Searched refs:notificationBroadcastReceiver (Results 1 – 1 of 1) sorted by relevance
367 private final NotificationBroadcastReceiver notificationBroadcastReceiver; field in PlayerNotificationManager617 notificationBroadcastReceiver = new NotificationBroadcastReceiver(); in PlayerNotificationManager()985 context.registerReceiver(notificationBroadcastReceiver, intentFilter); in startOrUpdateNotification()1001 context.unregisterReceiver(notificationBroadcastReceiver); in stopNotification()