Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java136 assertValueRange("wua", "*walarm*:com.android.server.cts.device.batterystats.ALARM", in testAlarms()
153assertValueRange("wl", "BSShortWakeLock", 15, (long) (500 * 0.9), 500 * 2); // partial max duration in testWakeLockDuration()
154assertValueRange("wl", "BSLongWakeLock", 15, (long) (3000 * 0.9), 3000 * 2); // partial max durat… in testWakeLockDuration()
165 assertValueRange("st", "", 5, 0, 0); // No foreground service time before test in testServiceForegroundDuration()
168 assertValueRange("st", "", 5, (long) (2000 * 0.8), 4000); in testServiceForegroundDuration()
183 assertValueRange("blem", "", 5, 1, 1); // ble_scan_count in testBleScans()
184 assertValueRange("blem", "", 6, 1, 1); // ble_scan_count_bg in testBleScans()
188 assertValueRange("blem", "", 5, 2, 2); // ble_scan_count in testBleScans()
189 assertValueRange("blem", "", 6, 1, 1); // ble_scan_count_bg in testBleScans()
208 assertValueRange("blem", "", 7, 1*minTime, 1*maxTime); // actualTime in testUnoptimizedBleScans()
[all …]