Searched refs:getLeakInfo (Results 1 – 6 of 6) sorted by relevance
148 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()155 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()162 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiverAsUser()169 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations(); in unregisterReceiver()175 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindService()183 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()191 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()208 if (mService != null) mService.getLeakInfo(conn).clearAllocations(); in unbindService()223 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable()); in registerComponentCallbacks()229 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations(); in unregisterComponentCallbacks()
88 public LeakInfo getLeakInfo(Object object) { in getLeakInfo() method in LeakCheck.Tracker
40 mTracker.getLeakInfo(listener).addAllocation(new Throwable()); in addCallback()45 mTracker.getLeakInfo(listener).clearAllocations(); in removeCallback()
36 mTracker.getLeakInfo(o).addAllocation(new Throwable()); in newExtension()98 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
77 byte[] data = getLeakInfo(); in handleNHGT()89 private native byte[] getLeakInfo(); in getLeakInfo() method in DdmHandleNativeHeap
74 tracker.getLeakInfo(listener).addAllocation(new Throwable()); in setup()79 tracker.getLeakInfo(listener).clearAllocations(); in setup()