Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java49 public static final int COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS = 5; field in LocalForegroundService
117 case COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS: in onStartCommand()
/cts/tests/app/src/android/app/cts/
DServiceTest.java993 .COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS); in testForegroundServiceRemoveNotificationOnStop()