Searched refs:SLEEP_OF_FOREGROUND_SERVICE (Results 1 – 4 of 4) sorted by relevance
41 public static final int SLEEP_OF_FOREGROUND_SERVICE = 2_000; field in StatsdCtsForegroundService57 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE); in handleMessage()
68 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS); in testProcessStateTopDuration()133 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS);198 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS);257 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS);362 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS); in testProcStatsPkgProcStats()
54 public static final int SLEEP_OF_FOREGROUND_SERVICE = 2_000; field in ProcStateTestCase
109 final int waitTime = SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS; in testForegroundService()