Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java190 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
217 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
247 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
292 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
320 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
376 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
408 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
439 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
500 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGWithBind()
844 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsStartFromBGWithBind()
DActivityManagerProcessStateTest.java1878 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationBind()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java47 public static final int COMMAND_STOP_FOREGROUND_SERVICE_LOCATION = 6; field in CommandReceiver
129 case COMMAND_STOP_FOREGROUND_SERVICE_LOCATION: in onReceive()