Home
last modified time | relevance | path

Searched refs:notificationChannel (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java199 NotificationChannel notificationChannel = new NotificationChannel( in createSimSelectNotification() local
218 notificationManager.createNotificationChannel(notificationChannel); in createSimSelectNotification()
232 NotificationChannel notificationChannel = new NotificationChannel( in createEnableMmsNotification() local
258 notificationManager.createNotificationChannel(notificationChannel); in createEnableMmsNotification()
279 NotificationChannel notificationChannel = new NotificationChannel( in createSimCombinationWarningNotification() local
305 notificationManager.createNotificationChannel(notificationChannel); in createSimCombinationWarningNotification()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestFeatures.java34 public boolean notificationChannel = true; field in TestFeatures
92 return notificationChannel; in isNotificationChannelEnabled()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbService.java55 NotificationChannel notificationChannel = in onCreate() local
60 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSelectNotification.java81 NotificationChannel notificationChannel = new NotificationChannel( in createNotification() local
99 notificationManager.createNotificationChannel(notificationChannel); in createNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java387 NotificationChannel notificationChannel = ranking.getChannel(); in playSound() local
390 if (notificationChannel.getSound() != null) { in playSound()
393 notificationChannel.getSound()); in playSound()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DInCallNotificationController.java97 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in InCallNotificationController() local
99 mNotificationManager.createNotificationChannel(notificationChannel); in InCallNotificationController()
DMissedCallNotificationController.java105 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in MissedCallNotificationController() local
107 mNotificationManager.createNotificationChannel(notificationChannel); in MissedCallNotificationController()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
108 mgr.createNotificationChannel(notificationChannel); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
108 mgr.createNotificationChannel(notificationChannel); in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
108 mgr.createNotificationChannel(notificationChannel); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java361 NotificationChannel notificationChannel = in createPbapNotification() local
365 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java690 for (NotificationChannel notificationChannel : channelCaptor.getAllValues()) { in checkChannelImportanceLevel()
691 if (notificationChannel.getImportance() == desiredImportance) { in checkChannelImportanceLevel()
692 desiredImportanceChannelIds.add(notificationChannel.getId()); in checkChannelImportanceLevel()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java488 NotificationChannel notificationChannel) { in NotificationChannelState() argument
490 mNotificationChannel = notificationChannel; in NotificationChannelState()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java177 NotificationChannel notificationChannel = new NotificationChannel( in BeamTransferManager() local
180 mNotificationManager.createNotificationChannel(notificationChannel); in BeamTransferManager()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
DAbstractJobTest.java67 mFeatures.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
DFileOperationServiceTest.java86 features.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java225 NotificationChannel notificationChannel = new NotificationChannel(SAP_NOTIFICATION_CHANNEL, in setNotification() local
228 notificationManager.createNotificationChannel(notificationChannel); in setNotification()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java2184 NotificationChannel notificationChannel = new NotificationChannel( in createAllChannels() local
2189 notificationChannel.enableVibration(true); in createAllChannels()
2190 notificationChannel.setVibrationPattern(VIBRATION_PATTERN); in createAllChannels()
2192 mNotificationManager.createNotificationChannel(notificationChannel); in createAllChannels()