Searched refs:mNotificationChannel (Results 1 – 4 of 4) sorted by relevance
54 private NotificationChannel mNotificationChannel = null; field in BluetoothPermissionRequest163 if (mNotificationChannel == null) { in onReceive()164 mNotificationChannel = new NotificationChannel(BLUETOOTH_NOTIFICATION_CHANNEL, in onReceive()167 notificationManager.createNotificationChannel(mNotificationChannel); in onReceive()
62 private NotificationChannel mNotificationChannel; field in DvrRecordingService200 mNotificationChannel = new NotificationChannel(DVR_NOTIFICATION_CHANNEL_ID, in createNotificationChannel()204 .createNotificationChannel(mNotificationChannel); in createNotificationChannel()
110 private NotificationChannel mNotificationChannel; field in WearPackageInstallerService562 if (mNotificationChannel == null) { in buildNotification()563 mNotificationChannel = new NotificationChannel(WEAR_APPS_CHANNEL, in buildNotification()566 notificationManager.createNotificationChannel(mNotificationChannel); in buildNotification()
95 private NotificationChannel mNotificationChannel; field in BluetoothOppNotification146 mNotificationChannel = new NotificationChannel(OPP_NOTIFICATION_CHANNEL, in BluetoothOppNotification()150 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()