Searched refs:COMMAND_STOP_FOREGROUND_SERVICE_LOCATION (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsBgStartTest.java | 190 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()
|
D | ActivityManagerProcessStateTest.java | 1878 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationBind()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 47 public static final int COMMAND_STOP_FOREGROUND_SERVICE_LOCATION = 6; field in CommandReceiver 129 case COMMAND_STOP_FOREGROUND_SERVICE_LOCATION: in onReceive()
|