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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
BaseLeakChecker.java 45 mTracker.getLeakInfo(listener).clearAllocations();
FakeExtensionController.java 119 mTracker.getLeakInfo(mAllocation).clearAllocations();
  /frameworks/base/tests/testables/src/android/testing/
LeakCheck.java 50 * mLeakChecker.getTracker("receivers").clearAllocations();
105 * called several times, but it only takes one clearAllocations call to remove all
115 * clearAllocations will counteract any number of calls to addAllocation.
117 public void clearAllocations() {
TestableContext.java 207 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations();
273 if (mService != null) mService.getLeakInfo(conn).clearAllocations();
301 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
NavigationBarFragmentTest.java 79 tracker.getLeakInfo(listener).clearAllocations();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
TunablePaddingTest.java 57 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations();

Completed in 663 milliseconds