Home
last modified time | relevance | path

Searched refs:mNotificationChannel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java54 private NotificationChannel mNotificationChannel = null; field in BluetoothPermissionRequest
163 if (mNotificationChannel == null) { in onReceive()
164 mNotificationChannel = new NotificationChannel(BLUETOOTH_NOTIFICATION_CHANNEL, in onReceive()
167 notificationManager.createNotificationChannel(mNotificationChannel); in onReceive()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java62 private NotificationChannel mNotificationChannel; field in DvrRecordingService
200 mNotificationChannel = new NotificationChannel(DVR_NOTIFICATION_CHANNEL_ID, in createNotificationChannel()
204 .createNotificationChannel(mNotificationChannel); in createNotificationChannel()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java110 private NotificationChannel mNotificationChannel; field in WearPackageInstallerService
562 if (mNotificationChannel == null) { in buildNotification()
563 mNotificationChannel = new NotificationChannel(WEAR_APPS_CHANNEL, in buildNotification()
566 notificationManager.createNotificationChannel(mNotificationChannel); in buildNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java95 private NotificationChannel mNotificationChannel; field in BluetoothOppNotification
146 mNotificationChannel = new NotificationChannel(OPP_NOTIFICATION_CHANNEL, in BluetoothOppNotification()
150 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()