Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/
DChannelNotificationSettingsTest.java57 private NotificationChannel mNotificationChannel; field in ChannelNotificationSettingsTest
70 mNotificationChannel = new NotificationChannel(this.getClass().getName(), in setUp()
72 mNm.createNotificationChannel(mNotificationChannel); in setUp()
79 .putExtra(Settings.EXTRA_CHANNEL_ID, mNotificationChannel.getId()) in launchNotificationSetting_shouldNotCrash()
83 onView(allOf(withText(mNotificationChannel.getName().toString()))).check( in launchNotificationSetting_shouldNotCrash()
/packages/apps/Nfc/src/com/android/nfc/
DNfcBlockedNotification.java34 private NotificationChannel mNotificationChannel; field in NfcBlockedNotification
68 mNotificationChannel = new NotificationChannel(NFC_NOTIFICATION_CHANNEL, in startNotification()
72 notificationManager.createNotificationChannel(mNotificationChannel); in startNotification()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java55 private NotificationChannel mNotificationChannel = null; field in BluetoothPermissionRequest
169 if (mNotificationChannel == null) { in onReceive()
170 mNotificationChannel = new NotificationChannel(BLUETOOTH_NOTIFICATION_CHANNEL, in onReceive()
173 notificationManager.createNotificationChannel(mNotificationChannel); in onReceive()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java61 private NotificationChannel mNotificationChannel; field in DvrRecordingService
206 mNotificationChannel = in createNotificationChannel()
212 .createNotificationChannel(mNotificationChannel); in createNotificationChannel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java104 private NotificationChannel mNotificationChannel; field in BluetoothOppNotification
158 mNotificationChannel = new NotificationChannel(OPP_NOTIFICATION_CHANNEL, in BluetoothOppNotification()
162 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()