public class ActivityManagerService.PendingAssistExtras extends Binder implements Runnable
IBinder.DeathRecipient
Modifier and Type | Field and Description |
---|---|
com.android.server.am.ActivityRecord |
activity |
AssistContent |
content |
Bundle |
extras |
boolean |
haveResult |
String |
hint |
Intent |
intent |
IResultReceiver |
receiver |
Bundle |
receiverExtras |
Bundle |
result |
AssistStructure |
structure |
int |
userHandle |
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 |
---|
PendingAssistExtras(com.android.server.am.ActivityRecord _activity,
Bundle _extras,
Intent _intent,
String _hint,
IResultReceiver _receiver,
Bundle _receiverExtras,
int _userHandle) |
Modifier and Type | Method and Description |
---|---|
void |
run()
When an object implementing interface
Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
attachInterface, blockUntilThreadAvailable, clearCallingIdentity, disableTracing, dump, 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 final com.android.server.am.ActivityRecord activity
public final Bundle extras
public final Intent intent
public final String hint
public final IResultReceiver receiver
public final int userHandle
public boolean haveResult
public Bundle result
public AssistStructure structure
public AssistContent content
public Bundle receiverExtras
public void run()
Runnable
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
The general contract of the method run
is that it may
take any action whatsoever.
run
in interface Runnable
Thread.run()