HomeSort by relevance Sort by last modified time
    Searched defs:mTestDevice (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceStressTest.java 43 private ITestDevice mTestDevice;
48 mTestDevice = getDevice();
73 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
83 mTestDevice.executeShellCommand(String.format("rm -r %s", deviceFilePath));
85 mTestDevice.doesFileExist(deviceFilePath));
86 assertTrue(mTestDevice.pushDir(tmpDir, deviceFilePath));
87 assertTrue(mTestDevice.doesFileExist(deviceFilePath));
93 mTestDevice.executeShellCommand(String.format("rm -r %s", deviceFilePath));
95 mTestDevice.doesFileExist(deviceFilePath));
TestDeviceFuncTest.java 52 private ITestDevice mTestDevice;
59 mTestDevice = getDevice();
67 mTestDevice.getBugreport().createInputStream());
88 final String output = mTestDevice.executeShellCommand("ls");
105 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
109 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
111 mTestDevice.doesFileExist(deviceFilePath));
113 assertTrue(mTestDevice.pushFile(tmpFile, deviceFilePath));
114 assertTrue(mTestDevice.doesFileExist(deviceFilePath));
116 assertTrue(mTestDevice.pullFile(deviceFilePath, tmpDestFile))
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 583 uint32_t mTestDevice;
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h     [all...]

Completed in 60 milliseconds