Searched refs:clearAllocations (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java45 mTracker.getLeakInfo(listener).clearAllocations();
H A DFakeExtensionController.java119 mTracker.getLeakInfo(mAllocation).clearAllocations();
/frameworks/base/tests/testables/src/android/testing/
H A DLeakCheck.java50 * 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() { method in class:LeakCheck.LeakInfo
H A DTestableContext.java210 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations();
276 if (mService != null) mService.getLeakInfo(conn).clearAllocations();
304 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragmentTest.java81 tracker.getLeakInfo(listener).clearAllocations();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java58 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations();

Completed in 42 milliseconds