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

/frameworks/base/core/java/android/ddm/
H A DDdmHandleNativeHeap.java77 byte[] data = getLeakInfo();
89 private native byte[] getLeakInfo(); method in class:DdmHandleNativeHeap
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java40 mTracker.getLeakInfo(listener).addAllocation(new Throwable());
45 mTracker.getLeakInfo(listener).clearAllocations();
H A DFakeExtensionController.java37 mTracker.getLeakInfo(o).addAllocation(new Throwable());
119 mTracker.getLeakInfo(mAllocation).clearAllocations();
/frameworks/base/tests/testables/src/android/testing/
H A DTestableContext.java186 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
193 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
200 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
207 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations();
231 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
242 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
253 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
273 if (mService != null) mService.getLeakInfo(conn).clearAllocations();
295 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable());
301 if (mComponent != null) mComponent.getLeakInfo(callbac
[all...]
H A DLeakCheck.java144 public LeakInfo getLeakInfo(Object object) { method in class:LeakCheck.Tracker
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragmentTest.java74 tracker.getLeakInfo(listener).addAllocation(new Throwable());
79 tracker.getLeakInfo(listener).clearAllocations();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java53 tracker.getLeakInfo(invocation.getArguments()[0]).addAllocation(new Throwable());
57 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations();

Completed in 110 milliseconds