Searched refs:actualTime (Results 1 – 4 of 4) sorted by relevance
205 String actualTime = String.format("%d-%02d-%02d %02d:%02d", in testNormalize1() local209 + " got: " + actualTime); in testNormalize1()223 String actualTime = String.format("%d-%02d-%02d %02d:%02d", in testNormalize1() local227 + " got: " + actualTime); in testNormalize1()247 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", in testNormalize1() local252 + " got: " + actualTime); in testNormalize1()269 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", in testNormalize1() local274 + " got: " + actualTime); in testNormalize1()
269 final long actualTime = measureEnd - measureStart; in showSlowLog() local270 if (actualTime < threshold) { in showSlowLog()274 Slog.w(TAG, "Slow " + what + " took " + actualTime + "ms " in showSlowLog()
188 long actualTime = bi.getUidStats().get(UID).getWifiScanActualTime(curr); in testWifiScan() local193 assertEquals((305 - 202) * 1000, actualTime); in testWifiScan()264 long actualTime = timer.getTotalDurationMsLocked(clocks.realtime) * 1000; in doTestAppBluetoothScanInternal() local271 assertEquals((305 - 202 + 4008 - 2001) * 1000, actualTime); in doTestAppBluetoothScanInternal()
109 long actualTime = aggregTimer.getTotalTimeLocked(300_000, STATS_SINCE_CHARGED); in testNoteStartWakeLocked() local111 assertEquals(220_000, actualTime); in testNoteStartWakeLocked()