Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DTestableContext.java189 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()
196 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()
203 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiverAsUser()
210 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations(); in unregisterReceiver()
234 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindService()
245 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()
256 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()
276 if (mService != null) mService.getLeakInfo(conn).clearAllocations(); in unbindService()
298 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable()); in registerComponentCallbacks()
304 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations(); in unregisterComponentCallbacks()
H A DLeakCheck.java144 public LeakInfo getLeakInfo(Object object) { in getLeakInfo() method in LeakCheck.Tracker
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java40 mTracker.getLeakInfo(listener).addAllocation(new Throwable()); in addCallback()
45 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()
/aosp12/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
/aosp12/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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17767 Landroid/ddm/DdmHandleNativeHeap;->getLeakInfo()[B