Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastProcessQueue.java217 private String mCachedToShortString; field in BroadcastProcessQueue
449 mCachedToShortString = null; in setProcessAndUidState()
1356 if (mCachedToShortString == null) { in toShortString()
1357 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()
1361 return mCachedToShortString; in toShortString()
H A DBroadcastRecord.java168 private @Nullable String mCachedToShortString; field in BroadcastRecord
1266 if (mCachedToShortString == null) { in toShortString()
1271 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()
1274 return mCachedToShortString; in toShortString()