Searched refs:getLeakInfo (Results 1 – 8 of 8) sorted by relevance
189 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()196 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiver()203 if (mReceiver != null) mReceiver.getLeakInfo(receiver).addAllocation(new Throwable()); in registerReceiverAsUser()210 if (mReceiver != null) mReceiver.getLeakInfo(receiver).clearAllocations(); in unregisterReceiver()234 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindService()245 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()256 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable()); in bindServiceAsUser()276 if (mService != null) mService.getLeakInfo(conn).clearAllocations(); in unbindService()298 if (mComponent != null) mComponent.getLeakInfo(callback).addAllocation(new Throwable()); in registerComponentCallbacks()304 if (mComponent != null) mComponent.getLeakInfo(callback).clearAllocations(); in unregisterComponentCallbacks()
144 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()
37 mTracker.getLeakInfo(o).addAllocation(new Throwable()); in newExtension()119 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
77 byte[] data = getLeakInfo(); in handleNHGT()89 private native byte[] getLeakInfo(); in getLeakInfo() method in DdmHandleNativeHeap
56 tracker.getLeakInfo(invocation.getArguments()[0]).addAllocation(new Throwable()); in setup()60 tracker.getLeakInfo(invocation.getArguments()[0]).clearAllocations(); in setup()
91 mTracker.getLeakInfo(listener).addAllocation(new Throwable());96 mTracker.getLeakInfo(listener).clearAllocations();
17776 Landroid/ddm/DdmHandleNativeHeap;->getLeakInfo()[B