Home
last modified time | relevance | path

Searched refs:dumpHeap (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDumpHeapCollectorTest.java87 when(mDevice.dumpHeap("maps", "/data/local/tmp/maps_trigger_1.hprof")) in testTakeDumpheap_success()
104 when(mDevice.dumpHeap(anyString(), anyString())) in testCollect_success()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DDumpHeapCollector.java101 File dump = device.dumpHeap(process, getDevicePath(process)); in takeDumpheap()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java4211 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump()
4220 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump_nopid()
4227 mTestDevice.dumpHeap("system_server", null); in testGetHeapDump_nullPath()
4236 mTestDevice.dumpHeap("system_server", ""); in testGetHeapDump_emptyPath()
4245 mTestDevice.dumpHeap(null, "/data/hprof"); in testGetHeapDump_nullService()
4254 mTestDevice.dumpHeap("", "/data/hprof"); in testGetHeapDump_emptyService()
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java911 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap() method
DTestDevice.java1692 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap() method in TestDevice
DNativeDevice.java4302 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap() method in NativeDevice