Searched refs:mCachedToShortString (Results 1 – 2 of 2) sorted by relevance
217 private String mCachedToShortString; field in BroadcastProcessQueue449 mCachedToShortString = null; in setProcessAndUidState()1356 if (mCachedToShortString == null) { in toShortString()1357 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1361 return mCachedToShortString; in toShortString()
168 private @Nullable String mCachedToShortString; field in BroadcastRecord1266 if (mCachedToShortString == null) { in toShortString()1271 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1274 return mCachedToShortString; in toShortString()