Searched refs:ACTION_SERVICE_STARTED (Results 1 – 1 of 1) sorted by relevance
65 private static final String ACTION_SERVICE_STARTED = RemoteService.class.getName() + "_STARTED"; field in ServiceTest175 }, new IntentFilter(ACTION_SERVICE_STARTED), Context.RECEIVER_EXPORTED_UNAUDITED); in waitForServiceStarted()238 final Intent responseIntent = new Intent(ACTION_SERVICE_STARTED); in onStartCommand()