Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java257 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInBgWithActivePlayingMediaSessionAndNotificationIsStillInBg()
328 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInBgWithNonActivePlayingMediaSessionAndNotificationIsStillInBg()
349 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInBgWithActivePlayingMediaSessionAndNoNotificationIsStillInBg()
451 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInFgWithActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
531 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInFgWithNonActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
555 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_PLAYING); in testAppInFgWithActivePlayingMediaSessionAndNoNotificationGoesToBgIsStillInBg()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java86 public static final int COMMAND_SET_MEDIA_SESSION_TO_PLAYING = 30; field in CommandReceiver
248 case COMMAND_SET_MEDIA_SESSION_TO_PLAYING: in onReceive()