Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/display/
DDisplayBrightnessChangedStatsTests.java65 if (!DeviceUtils.checkDeviceFor(getDevice(), "checkValidLightSensor")) { in testBrightnessEventReported()
70 if (!DeviceUtils.checkDeviceFor(getDevice(), "checkBrightnessSliderPermission")) { in testBrightnessEventReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
DMultiUserInfoStatsTests.java87 .checkDeviceFor(getDevice(), "checkConfigShowUserSwitcher"); in isUserSwitcherEnabled()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/
DVibratorStatsTests.java142 return DeviceUtils.checkDeviceFor(getDevice(), "checkVibratorSupported"); in isVibratorSupportedOnDevice()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java461 public static boolean checkDeviceFor(ITestDevice device, String methodName) throws Exception { in checkDeviceFor() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java495 if (!DeviceUtils.checkDeviceFor(getDevice(), "checkWifiEnhancedPowerReportingSupported")) { in testWifiActivityInfo()