Home
last modified time | relevance | path

Searched refs:testDevice (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DRequiredFeatureRule.java46 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()
DRequiredPropertyRule.java52 ITestDevice testDevice = test.getDevice();
54 assumeTrue("Test device is not available", testDevice != null);
55 return testDevice.executeShellCommand("getprop " + propertyName).trim();
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordingConfigurationTest.java185 final AudioDeviceInfo testDevice = mAudioRecord.getRoutedDevice(); in doCallbackTest() local
186 assertTrue("AudioRecord null routed device after start", testDevice != null); in doCallbackTest()
189 testDevice, callback.mConfigs); in doCallbackTest()