Searched refs:clearAllocations (Results 1 – 5 of 5) sorted by relevance
44 mTracker.getLeakInfo(listener).clearAllocations(); in removeCallback()
119 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
117 public void clearAllocations() { in clearAllocations() method in LeakCheck.LeakInfo
234 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations(); in unregisterReceiver()347 if (mService != null) mService.getLeakInfo(conn).clearAllocations(); in unbindService()375 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations(); in unregisterComponentCallbacks()
60 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations(); in setup()