/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 199 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/ |
D | TestFeatures.java | 34 public boolean notificationChannel = true; field in TestFeatures 92 return notificationChannel; in isNotificationChannelEnabled()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbService.java | 55 NotificationChannel notificationChannel = in onCreate() local 60 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/ |
D | SimSelectNotification.java | 81 NotificationChannel notificationChannel = new NotificationChannel( in createNotification() local 99 notificationManager.createNotificationChannel(notificationChannel); in createNotification()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarHeadsUpNotificationManager.java | 387 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/ |
D | InCallNotificationController.java | 97 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in InCallNotificationController() local 99 mNotificationManager.createNotificationChannel(notificationChannel); in InCallNotificationController()
|
D | MissedCallNotificationController.java | 105 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/ |
D | BluetoothPairingService.java | 104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local 108 mgr.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingService.java | 104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local 108 mgr.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local 108 mgr.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 361 NotificationChannel notificationChannel = in createPbapNotification() local 365 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
|
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/ |
D | NotificationMsgDelegateTest.java | 690 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/ |
D | NotificationChannelSlice.java | 488 NotificationChannel notificationChannel) { in NotificationChannelState() argument 490 mNotificationChannel = notificationChannel; in NotificationChannelState()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 177 NotificationChannel notificationChannel = new NotificationChannel( in BeamTransferManager() local 180 mNotificationManager.createNotificationChannel(notificationChannel); in BeamTransferManager()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
D | AbstractJobTest.java | 67 mFeatures.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
|
D | FileOperationServiceTest.java | 86 features.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 225 NotificationChannel notificationChannel = new NotificationChannel(SAP_NOTIFICATION_CHANNEL, in setNotification() local 228 notificationManager.createNotificationChannel(notificationChannel); in setNotification()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 2184 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()
|