Searched defs:addAllocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/testables/src/android/testing/
H A DLeakCheck.java47 * mLeakChecker.getTracker("receivers").addAllocation(new Throwable());
104 * Should be called once for each callback/listener added. addAllocation may be
108 public void addAllocation(Throwable t) { method in class:LeakCheck.LeakInfo
115 * clearAllocations will counteract any number of calls to addAllocation.

Completed in 80 milliseconds