Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java274 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testBleScans()
298 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testUnoptimizedBleScans()
349 if (noBattery() || !hasFeature(FEATURE_LOCATION_GPS, true)) { in testGpsUpdates()
388 if (noBattery()) { in testJobBgVsFg()
411 if (noBattery()) { in testSyncBgVsFg()
640 private boolean noBattery() throws Exception { in noBattery() method in BatteryStatsValidationTest