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 | 253 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG() 281 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG() 311 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG() 360 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses() 388 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses() 446 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent() 480 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent() 511 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent() 576 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGWithBind() 926 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsStartFromBGWithBind()
|
D | ActivityManagerProcessStateTest.java | 1955 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationBind()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 62 public static final int COMMAND_STOP_FOREGROUND_SERVICE_LOCATION = 6; field in CommandReceiver 172 case COMMAND_STOP_FOREGROUND_SERVICE_LOCATION: in onReceive()
|