Searched refs:COMMAND_SET_MEDIA_SESSION_TO_PLAYING (Results 1 – 2 of 2) sorted by relevance
257 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()
86 public static final int COMMAND_SET_MEDIA_SESSION_TO_PLAYING = 30; field in CommandReceiver248 case COMMAND_SET_MEDIA_SESSION_TO_PLAYING: in onReceive()