HomeSort by relevance Sort by last modified time
    Searched defs:mTestDevice (Results 1 - 5 of 5) 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 53 private ITestDevice mTestDevice;
60 mTestDevice = getDevice();
68 mTestDevice.getBugreport().createInputStream());
89 final String output = mTestDevice.executeShellCommand("ls");
106 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
110 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
112 mTestDevice.doesFileExist(deviceFilePath));
114 assertTrue(mTestDevice.pushFile(tmpFile, deviceFilePath));
115 assertTrue(mTestDevice.doesFileExist(deviceFilePath));
117 assertTrue(mTestDevice.pullFile(deviceFilePath, tmpDestFile))
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 562 uint32_t mTestDevice;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 584 uint32_t mTestDevice;
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 169 milliseconds