Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java167 doStopService(context, intent, FG_SERVICE_NAME); in onReceive()
173 doStopService(context, intent, FG_LOCATION_SERVICE_NAME); in onReceive()
179 doStopService(context, intent, FG_STICKY_SERVICE_NAME); in onReceive()
361 private void doStopService(Context context, Intent commandIntent, in doStopService() method in CommandReceiver