Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java65 private static final String ACTION_SERVICE_STARTED = RemoteService.class.getName() + "_STARTED"; field in ServiceTest
175 }, new IntentFilter(ACTION_SERVICE_STARTED), Context.RECEIVER_EXPORTED_UNAUDITED); in waitForServiceStarted()
238 final Intent responseIntent = new Intent(ACTION_SERVICE_STARTED); in onStartCommand()