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.java42 public static final int COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS = 5; field in LocalForegroundService
90 case COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS: in onStart()
/cts/tests/app/src/android/app/cts/
DServiceTest.java875 .COMMAND_STOP_FOREGROUND_REMOVE_NOTIFICATION_USING_FLAGS); in testForegroundServiceRemoveNotificationOnStop()