Home
last modified time | relevance | path

Searched refs:getLeakInfo (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DTestableContext.java194 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()
201 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()
208 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiverAsUser()
215 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations(); in unregisterReceiver()
268 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindService()
279 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()
290 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()
328 if (mService != null) mService.getLeakInfo(conn).clearAllocations(); in unbindService()
350 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable()); in registerComponentCallbacks()
356 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations(); in unregisterComponentCallbacks()
H A DLeakCheck.java144 public LeakInfo getLeakInfo(Object object) { in getLeakInfo() method in LeakCheck.Tracker
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java39 mTracker.getLeakInfo(listener).addAllocation(new Throwable()); in addCallback()
44 mTracker.getLeakInfo(listener).clearAllocations(); in removeCallback()
H A DFakeExtensionController.java37 mTracker.getLeakInfo(o).addAllocation(new Throwable()); in newExtension()
119 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleNativeHeap.java77 byte[] data = getLeakInfo(); in handleNHGT()
89 private native byte[] getLeakInfo(); in getLeakInfo() method in DdmHandleNativeHeap
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java56 tracker.getLeakInfo(invocation.getArguments()[0]).addAllocation(new Throwable()); in setup()
60 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations(); in setup()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14889 Landroid/ddm/DdmHandleNativeHeap;->getLeakInfo()[B