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.java92 when(mDevice.dumpHeap("maps", "/data/local/tmp/maps_trigger_1.hprof")) in testTakeDumpheap_success()
109 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/src/com/android/tradefed/device/
DITestDevice.java647 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap() method
DTestDevice.java1326 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException {
DNativeDevice.java3958 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java3572 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump()
3581 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump_nopid()
3588 mTestDevice.dumpHeap("system_server", null); in testGetHeapDump_nullPath()
3597 mTestDevice.dumpHeap("system_server", ""); in testGetHeapDump_emptyPath()
3606 mTestDevice.dumpHeap(null, "/data/hprof"); in testGetHeapDump_nullService()
3615 mTestDevice.dumpHeap("", "/data/hprof"); in testGetHeapDump_emptyService()