public class NetworkTimeUpdateService extends Binder
If the user enables AUTO_TIME, it will check immediately for the network time, if NITZ wasn't available.
IBinder.DeathRecipient
LOG_RUNTIME_EXCEPTION
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, MAX_IPC_SIZE, PING_TRANSACTION, SHELL_COMMAND_TRANSACTION, SYSPROPS_TRANSACTION, TWEET_TRANSACTION
Constructor and Description |
---|
NetworkTimeUpdateService(Context context) |
Modifier and Type | Method and Description |
---|---|
protected void |
dump(FileDescriptor fd,
PrintWriter pw,
String[] args)
Print the object's state into the given stream.
|
void |
systemRunning()
Initialize the receivers and initiate the first NTP request
|
attachInterface, blockUntilThreadAvailable, clearCallingIdentity, disableTracing, dump, dumpAsync, enableTracing, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, getThreadStrictModePolicy, getTransactionTracker, isBinderAlive, isProxy, isTracingEnabled, joinThreadPool, linkToDeath, onShellCommand, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, setDumpDisabled, setThreadStrictModePolicy, shellCommand, transact, unlinkToDeath
public NetworkTimeUpdateService(Context context)
public void systemRunning()
protected void dump(FileDescriptor fd, PrintWriter pw, String[] args)
Binder