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

  /cts/hostsidetests/aadb/src/android/aadb/cts/
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 51 private ITestDevice mTestDevice;
58 mTestDevice = getDevice();
66 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 584 uint32_t mTestDevice;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 577 uint32_t mTestDevice;
    [all...]
AudioPolicyManager.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 560 outputDesc->mDevice = mTestDevice;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 124 milliseconds