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.java124 doStopService(context, intent, FG_SERVICE_NAME); in onReceive()
130 doStopService(context, intent, FG_LOCATION_SERVICE_NAME); in onReceive()
136 doStopService(context, intent, FG_STICKY_SERVICE_NAME); in onReceive()
246 private void doStopService(Context context, Intent commandIntent, in doStopService() method in CommandReceiver