Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java487 while (!checkIfServiceRunning(context, StatsdCtsForegroundService.class.getName())) { in testForegroundServiceAccessAppOp()
537 public boolean checkIfServiceRunning(Context context, String serviceName) { in checkIfServiceRunning() method in AtomTests