Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java104 final int restartedServicePid = waitForServiceStarted( in testRestartStartedService()
162 return waitForServiceStarted( in startService()
167 private int waitForServiceStarted(Runnable serviceTrigger) { in waitForServiceStarted() method in ServiceTest