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.java189 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
196 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
203 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable());
210 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations();
234 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
245 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
256 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
276 if (mService != null) mService.getLeakInfo(conn).clearAllocations();
298 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable());
304 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.java76 tracker.getLeakInfo(listener).addAllocation(new Throwable());
81 tracker.getLeakInfo(listener).clearAllocations();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java54 tracker.getLeakInfo(invocation.getArguments()[0]).addAllocation(new Throwable());
58 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations();

Completed in 122 milliseconds