Searched refs:mCachedToShortString (Results 1 – 2 of 2) sorted by relevance
236 private String mCachedToShortString; field in BroadcastProcessQueue532 mCachedToShortString = null; in setProcessAndUidState()1535 if (mCachedToShortString == null) { in toShortString()1536 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1540 return mCachedToShortString; in toShortString()
177 private @Nullable String mCachedToShortString; field in BroadcastRecord1315 if (mCachedToShortString == null) { in toShortString()1317 mCachedToShortString = Integer.toHexString(System.identityHashCode(this)) in toShortString()1320 return mCachedToShortString; in toShortString()