HomeSort by relevance Sort by last modified time
    Searched refs:getLeakInfo (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/ddm/
DdmHandleNativeHeap.java 77 byte[] data = getLeakInfo();
89 private native byte[] getLeakInfo();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
BaseLeakChecker.java 40 mTracker.getLeakInfo(listener).addAllocation(new Throwable());
45 mTracker.getLeakInfo(listener).clearAllocations();
FakeExtensionController.java 37 mTracker.getLeakInfo(o).addAllocation(new Throwable());
119 mTracker.getLeakInfo(mAllocation).clearAllocations();
  /frameworks/base/tests/testables/src/android/testing/
TestableContext.java 186 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(callback).clearAllocations()
    [all...]
LeakCheck.java 144 public LeakInfo getLeakInfo(Object object) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
NavigationBarFragmentTest.java 74 tracker.getLeakInfo(listener).addAllocation(new Throwable());
79 tracker.getLeakInfo(listener).clearAllocations();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
TunablePaddingTest.java 53 tracker.getLeakInfo(invocation.getArguments()[0]).addAllocation(new Throwable());
57 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations();
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1097 milliseconds