IBinder.DeathRecipient
Modifier and Type | Field and Description |
---|---|
com.android.server.am.ProcessRecord |
client |
long |
createTime |
boolean |
dead |
int |
numStableIncs |
int |
numUnstableIncs |
com.android.server.am.ContentProviderRecord |
provider |
int |
stableCount |
int |
unstableCount |
boolean |
waiting |
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 |
---|
ContentProviderConnection(com.android.server.am.ContentProviderRecord _provider,
com.android.server.am.ProcessRecord _client) |
Modifier and Type | Method and Description |
---|---|
String |
toClientString() |
void |
toClientString(StringBuilder sb) |
String |
toShortString() |
void |
toShortString(StringBuilder sb) |
String |
toString()
Returns a string representation of the object.
|
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.ContentProviderRecord provider
public final com.android.server.am.ProcessRecord client
public final long createTime
public int stableCount
public int unstableCount
public boolean waiting
public boolean dead
public int numStableIncs
public int numUnstableIncs
public ContentProviderConnection(com.android.server.am.ContentProviderRecord _provider, com.android.server.am.ProcessRecord _client)
public String toString()
Object
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString
method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@
', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())
public String toShortString()
public String toClientString()
public void toShortString(StringBuilder sb)
public void toClientString(StringBuilder sb)