Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundService.java36 public class StatsdCtsForegroundService extends Service { class
DAtomTests.java344 Intent intent = new Intent(context, StatsdCtsForegroundService.class); in testForegroundService()
353 Intent fgsIntent = new Intent(context, StatsdCtsForegroundService.class); in testForegroundServiceAccessAppOp()
362 while (!checkIfServiceRunning(context, StatsdCtsForegroundService.class.getName())) { in testForegroundServiceAccessAppOp()