Searched refs:COMMAND_CREATE_MEDIA_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
256 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActivePlayingMediaSessionAndNotificationIsStillInBg()280 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToFgs()304 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActiveStoppedMediaSessionAndNotificationIsStillInBg()327 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithNonActivePlayingMediaSessionAndNotificationIsStillInBg()372 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithActiveStoppedMediaSessionWithMediaControllerAndNotificationIsStillInBg()398 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInBgWithNonActivePlayingMediaSessionWithMediaControllerAndNotificationIsStillInBg()450 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()477 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActivePlayingMediaSessionWithMediaControllerAndNotificationGoesToBgGoesToFgs()504 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithActiveStoppedMediaSessionAndNotificationGoesToBgIsStillInBg()530 sendCommandReceiverCommand(CommandReceiver.COMMAND_CREATE_MEDIA_NOTIFICATION); in testAppInFgWithNonActivePlayingMediaSessionAndNotificationGoesToBgIsStillInBg()[all …]
89 public static final int COMMAND_CREATE_MEDIA_NOTIFICATION = 33; field in CommandReceiver266 case COMMAND_CREATE_MEDIA_NOTIFICATION: in onReceive()