Searched refs:testDevice (Results 1 – 3 of 3) sorted by relevance
46 ITestDevice testDevice = mTest.getDevice(); in apply()48 assumeTrue("Test device is not available", testDevice != null); in apply()50 assumeTrue(mFeature + " not present in DUT " + testDevice.getSerialNumber(), in apply()51 testDevice.hasFeature(mFeature)); in apply()
52 ITestDevice testDevice = test.getDevice();54 assumeTrue("Test device is not available", testDevice != null);55 return testDevice.executeShellCommand("getprop " + propertyName).trim();
185 final AudioDeviceInfo testDevice = mAudioRecord.getRoutedDevice(); in doCallbackTest() local186 assertTrue("AudioRecord null routed device after start", testDevice != null); in doCallbackTest()189 testDevice, callback.mConfigs); in doCallbackTest()