Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java47 public static final int COMMAND_STOP_FOREGROUND_DONT_REMOVE_NOTIFICATION = 3; field in LocalForegroundService
113 case COMMAND_STOP_FOREGROUND_DONT_REMOVE_NOTIFICATION: in onStartCommand()
/cts/tests/app/src/android/app/cts/
DServiceTest.java22 …ort static android.app.stubs.LocalForegroundService.COMMAND_STOP_FOREGROUND_DONT_REMOVE_NOTIFICATI…
938 startForegroundService(COMMAND_STOP_FOREGROUND_DONT_REMOVE_NOTIFICATION); in testForegroundService_dontRemoveNotificationOnStop()
1308 startForegroundService(COMMAND_STOP_FOREGROUND_DONT_REMOVE_NOTIFICATION); in testForegroundService_deferThenKeepNotification()