Home
last modified time | relevance | path

Searched refs:checkDeviceFor (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java372 public static boolean checkDeviceFor(ITestDevice device, String methodName) throws Exception { in checkDeviceFor() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java487 if (!DeviceUtils.checkDeviceFor(getDevice(), "checkWifiEnhancedPowerReportingSupported")) { in testWifiActivityInfo()
DAtomTestCase.java165 protected boolean checkDeviceFor(String methodName) throws Exception { in checkDeviceFor() method in AtomTestCase
DUidAtomTests.java680 if (!DeviceUtils.checkDeviceFor(getDevice(), "checkVibratorSupported")) return; in testVibratorState()