Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java88 public static final int COMMAND_SET_MEDIA_SESSION_TO_STOPPED = 32; field in CommandReceiver
260 case COMMAND_SET_MEDIA_SESSION_TO_STOPPED: in onReceive()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java305 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_STOPPED); in testAppInBgWithActiveStoppedMediaSessionAndNotificationIsStillInBg()
505 sendCommandReceiverCommand(CommandReceiver.COMMAND_SET_MEDIA_SESSION_TO_STOPPED); in testAppInFgWithActiveStoppedMediaSessionAndNotificationGoesToBgIsStillInBg()