Home
last modified time | relevance | path

Searched refs:mCachedToShortString (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastProcessQueue.java236 private String mCachedToShortString; field in BroadcastProcessQueue
514 mCachedToShortString = null; in setProcessAndUidState()
1471 if (mCachedToShortString == null) { in toShortString()
1472 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()
1476 return mCachedToShortString; in toShortString()
DBroadcastRecord.java159 private @Nullable String mCachedToShortString; field in BroadcastRecord
1152 if (mCachedToShortString == null) { in toShortString()
1157 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()
1160 return mCachedToShortString; in toShortString()