Searched refs:mCachedToShortString (Results 1 – 2 of 2) sorted by relevance
236 private String mCachedToShortString; field in BroadcastProcessQueue514 mCachedToShortString = null; in setProcessAndUidState()1471 if (mCachedToShortString == null) { in toShortString()1472 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1476 return mCachedToShortString; in toShortString()
159 private @Nullable String mCachedToShortString; field in BroadcastRecord1152 if (mCachedToShortString == null) { in toShortString()1157 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1160 return mCachedToShortString; in toShortString()