/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | TestedScreen.java | 41 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 48 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 54 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 70 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onResume() 87 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStop() 103 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 120 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in queueIdle()
|
D | LaunchpadActivity.java | 173 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 204 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStart() 219 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onResume() 326 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onPause() 334 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStop() 367 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onDestroy()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ReceiverList.java | 63 return System.identityHashCode(this); in hashCode() 100 proto.write(ReceiverListProto.HEX_HASH, Integer.toHexString(System.identityHashCode(this))); in dumpDebug() 127 pw.print(Integer.toHexString(System.identityHashCode(bf))); in dump() 139 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString() 149 sb.append(Integer.toHexString(System.identityHashCode(receiver.asBinder()))); in toString()
|
D | AppBindRecord.java | 64 + Integer.toHexString(System.identityHashCode(this)) in toString() 76 Integer.toHexString(System.identityHashCode(conn))); in dumpDebug()
|
D | BroadcastFilter.java | 76 … proto.write(BroadcastFilterProto.HEX_HASH, Integer.toHexString(System.identityHashCode(this))); in dumpDebug() 108 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
|
D | IntentBindRecord.java | 69 pw.print(Integer.toHexString(System.identityHashCode(a))); in dumpInService() 97 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
|
D | ConnectionRecord.java | 215 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString() 281 sb.append(Integer.toHexString(System.identityHashCode(conn.asBinder()))); in toString() 291 Integer.toHexString(System.identityHashCode(this))); in dumpDebug()
|
D | BackupRecord.java | 52 .append(Integer.toHexString(System.identityHashCode(this))) in toString()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstallingSession.java | 182 return "InstallingSession{" + Integer.toHexString(System.identityHashCode(this)) in toString() 447 setTraceMethod("installStage").setTraceCookie(System.identityHashCode(this)); in installStage() 449 System.identityHashCode(this)); in installStage() 451 System.identityHashCode(this)); in installStage() 459 setTraceMethod("installStageMultiPackage").setTraceCookie(System.identityHashCode( in installStage() 463 System.identityHashCode(installingSession)); in installStage() 465 System.identityHashCode(installingSession)); in installStage() 470 setTraceMethod("movePackage").setTraceCookie(System.identityHashCode(this)); in movePackage() 472 System.identityHashCode(this)); in movePackage() 474 System.identityHashCode(this)); in movePackage() [all …]
|
D | MultiPackageVerifyingSession.java | 66 System.identityHashCode(this)); in start() 102 return "MultiPackageVerifyingSession{" + Integer.toHexString(System.identityHashCode(this)) in toString()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 484 Log.d(TAG, System.identityHashCode(this) in setAlpha() 525 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " Detaching SV"); in onDetachedFromWindow() 961 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " " in performSurfaceTransaction() 1044 System.identityHashCode(this), in performSurfaceTransaction() 1094 Log.d(TAG, System.identityHashCode(this) + " updateSurface: has no frame"); in updateSurface() 1144 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " " in updateSurface() 1236 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " " in updateSurface() 1245 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " " in updateSurface() 1257 Log.i(TAG, System.identityHashCode(this) + " surfaceRedrawNeeded"); in updateSurface() 1492 Log.i(TAG, System.identityHashCode(this) + " " in onDrawFinished() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | WeakIdentityHashMap.java | 76 mHashCode = System.identityHashCode(key); in CmpWeakReference() 81 mHashCode = System.identityHashCode(key); in CmpWeakReference()
|
/frameworks/base/services/core/java/com/android/server/ |
D | WatchdogDiagnostics.java | 38 System.identityHashCode(blockedOn), blockedOn.getClass().getName()); in getBlockedOnString() 42 return String.format("- locked <0x%08x> (a %s)", System.identityHashCode(heldLock), in getLockedString()
|
D | LockGuard.java | 98 info.label = "0x" + Integer.toHexString(System.identityHashCode(lock)) + " [" in findOrCreateLockInfo() 219 return "0x" + Integer.toHexString(System.identityHashCode(lock)); in lockToString()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerLogger.kt | 37 { int1 = System.identityHashCode(controller) }, in logBatteryControllerInstance() 47 int1 = System.identityHashCode(controller) in logBatteryControllerInit()
|
/frameworks/base/core/java/android/content/pm/ |
D | FeatureInfo.java | 94 + Integer.toHexString(System.identityHashCode(this)) in toString() 98 + Integer.toHexString(System.identityHashCode(this)) in toString()
|
/frameworks/base/core/java/android/window/ |
D | SystemPerformanceHinter.java | 129 System.identityHashCode(this)); in asyncTraceBegin() 137 Trace.asyncTraceForTrackEnd(mTraceTag, TAG, System.identityHashCode(this)); in asyncTraceEnd() 390 flag ^ System.identityHashCode(this)); in asyncTraceBegin() 394 Trace.asyncTraceForTrackEnd(mTraceTag, TAG, flag ^ System.identityHashCode(this)); in asyncTraceEnd()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestExecutorService.java | 188 Log.i(TAG, "schedule: runnable=" + System.identityHashCode(command) + ", time=" in schedule() 244 Log.i(TAG, "advanceTime: runningRunnable=" + System.identityHashCode(r)); in advanceTime() 271 Log.i(TAG, "cancelRunnable: runnable=" + System.identityHashCode(r)); in cancelRunnable()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivitySnapshotCache.java | 32 final int hasCode = System.identityHashCode(ar); in putSnapshot()
|
D | StartingData.java | 114 + Integer.toHexString(System.identityHashCode(this)) in toString()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | FakeResolverComparatorModel.java | 58 + System.identityHashCode(this)); in notifyOnTargetSelected()
|
/frameworks/base/core/java/android/util/ |
D | ArraySet.java | 302 public ArraySet(int capacity, boolean identityHashCode) { in ArraySet() argument 303 mIdentityHashCode = identityHashCode; in ArraySet() 404 : indexOf(key, mIdentityHashCode ? System.identityHashCode(key) : key.hashCode()); in indexOf() 463 hash = mIdentityHashCode ? System.identityHashCode(value) : value.hashCode(); in add() 521 : (mIdentityHashCode ? System.identityHashCode(value) : value.hashCode()); in append()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | ClientState.java | 51 System.identityHashCode(this)) + " mUid=" + mUid in toString()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | WatchedArraySet.java | 144 public WatchedArraySet(int capacity, boolean identityHashCode) { in WatchedArraySet() argument 145 mStorage = new ArraySet<E>(capacity, identityHashCode); in WatchedArraySet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalker.kt | 150 val drawableRef = System.identityHashCode(drawable) in <lambda>() 188 val ref = System.identityHashCode(it) in <lambda>()
|