Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java261 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionAndNotificationIsStillInBg()
287 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToFgs()
309 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActiveStoppedMediaSessionAndNotificationIsStillInBg()
332 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithNonActivePlayingMediaSessionAndNotificationIsStillInBg()
353 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionAndNoNotificationIsStillInBg()
379 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActiveStoppedMediaSessionWithMediaControllerAndNotificationIsStillInBg()
407 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithNonActivePlayingMediaSessionWithMediaControllerAndNotificationIsStillInBg()
432 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNoNotificationIsStillInBg()
457 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInFgWithActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
486 sendCommandReceiverCommand(CommandReceiver.COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE); in testAppInFgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToBgGoesToFgs()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java84 public static final int COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE = 28; field in CommandReceiver
243 case COMMAND_RELEASE_MEDIA_SESSION_FGS_DELEGATE: in onReceive()