Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java256 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActivePlayingMediaSessionAndNotificationIsStillInBg()
280 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToFgs()
304 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActiveStoppedMediaSessionAndNotificationIsStillInBg()
327 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithNonActivePlayingMediaSessionAndNotificationIsStillInBg()
372 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActiveStoppedMediaSessionWithMediaControllerAndNotificationIsStillInBg()
398 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithNonActivePlayingMediaSessionWithMediaControllerAndNotificationIsStillInBg()
450 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
477 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToBgGoesToFgs()
504 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActiveStoppedMediaSessionAndNotificationGoesToBgIsStillInBg()
530 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithNonActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java89 public static final int COMMAND_CREATE_MEDIA_NOTIFICATION = 33; field in CommandReceiver
266 case COMMAND_CREATE_MEDIA_NOTIFICATION: in onReceive()