Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundService.java41 public static final int SLEEP_OF_FOREGROUND_SERVICE = 2_000; field in StatsdCtsForegroundService
57 Thread.sleep(SLEEP_OF_FOREGROUND_SERVICE); in handleMessage()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java67 private static final int SLEEP_OF_FOREGROUND_SERVICE = 2_000; field in ProcStateAtomTests
157 final int waitTime = SLEEP_OF_FOREGROUND_SERVICE; in testForegroundService()