Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java254 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionAndNotificationIsStillInBg()
278 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToFgs()
302 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActiveStoppedMediaSessionAndNotificationIsStillInBg()
324 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithNonActivePlayingMediaSessionAndNotificationIsStillInBg()
347 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionAndNoNotificationIsStillInBg()
370 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActiveStoppedMediaSessionWithMediaControllerAndNotificationIsStillInBg()
396 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithNonActivePlayingMediaSessionWithMediaControllerAndNotificationIsStillInBg()
424 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNoNotificationIsStillInBg()
448 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInFgWithActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()
475 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE); in testAppInFgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToBgGoesToFgs()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java81 public static final int COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE = 25; field in CommandReceiver
225 case COMMAND_CREATE_MEDIA_SESSION_FGS_DELEGATE: in onReceive()