HomeSort by relevance Sort by last modified time
    Searched refs: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 47 private ITestDevice mTestDevice;
54 mTestDevice = getDevice();
62 mTestDevice.getBugreport().createInputStream());
83 final String output = mTestDevice.executeShellCommand("ls");
100 String externalStorePath = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
104 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
106 mTestDevice.doesFileExist(deviceFilePath));
108 assertTrue(mTestDevice.pushFile(tmpFile, deviceFilePath));
109 assertTrue(mTestDevice.doesFileExist(deviceFilePath));
111 assertTrue(mTestDevice.pullFile(deviceFilePath, tmpDestFile))
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 571 uint32_t mTestDevice;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 552 outputDesc->mDevice = mTestDevice;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 169 milliseconds