/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ |
D | DeviceLockNotificationManager.java | 314 NotificationChannel notificationChannel = in createNotificationChannel() local 316 if (notificationChannel != null in createNotificationChannel() 317 && notificationChannel.getImportance() != NotificationManager.IMPORTANCE_HIGH) { in createNotificationChannel() 322 notificationChannel = null; in createNotificationChannel() 325 if (notificationChannel == null) { in createNotificationChannel() 327 notificationChannel = new NotificationChannel( in createNotificationChannel() 333 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/ |
D | MigrationNotificationSender.java | 132 NotificationChannel notificationChannel = in createNotificationChannel() local 134 notificationChannel.setGroup(CHANNEL_GROUP_ID); in createNotificationChannel() 135 notificationChannel.setBlockable(false); in createNotificationChannel() 143 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/notifications/ |
D | HealthConnectNotificationSender.java | 220 NotificationChannel notificationChannel = in createNotificationChannel() local 222 notificationChannel.setGroup(mChannelGroupId); in createNotificationChannel() 223 notificationChannel.setBlockable(false); in createNotificationChannel() 231 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 263 NotificationChannel notificationChannel = new NotificationChannel( in createSimSelectNotification() local 283 notificationManager.createNotificationChannel(notificationChannel); in createSimSelectNotification() 297 NotificationChannel notificationChannel = new NotificationChannel( in createEnableMmsNotification() local 322 notificationManager.createNotificationChannel(notificationChannel); in createEnableMmsNotification() 343 NotificationChannel notificationChannel = new NotificationChannel( in createSimCombinationWarningNotification() local 369 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 | 81 NotificationChannel notificationChannel = in onCreate() local 86 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothKeyMissingReceiver.java | 116 NotificationChannel notificationChannel = in showNotification() local 121 nm.createNotificationChannel(notificationChannel); in showNotification()
|
D | BluetoothPairingService.java | 114 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local 118 mNm.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 106 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local 110 mgr.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HighContrastTextMigrationReceiver.java | 182 NotificationChannel notificationChannel = new NotificationChannel( in showNotification() local 186 notificationManager.createNotificationChannel(notificationChannel); in showNotification()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarHeadsUpNotificationManager.java | 563 NotificationChannel notificationChannel = ranking.getChannel(); in playSound() local 566 if (notificationChannel.getSound() != null) { in playSound() 569 notificationChannel.getSound()); in playSound()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 415 NotificationChannel notificationChannel = in createPbapNotification() local 420 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/ |
D | VpnStatusObserver.kt | 45 private val notificationChannel = createNotificationChannel() in <lambda>() constant
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingReceiver.java | 362 NotificationChannel notificationChannel = in createNotificationChannelIfNeeded() local 367 nm.createNotificationChannel(notificationChannel); in createNotificationChannelIfNeeded()
|
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/ |
D | SafetyLabelChangesJobService.kt | 615 val notificationChannel = in <lambda>() constant 622 notificationManager.createNotificationChannel(notificationChannel) in <lambda>()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamMediaService.java | 181 NotificationChannel notificationChannel = in onCreate() local 186 mNotificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapServer.java | 229 NotificationChannel notificationChannel = in setNotification() local 234 notificationManager.createNotificationChannel(notificationChannel); in setNotification()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertServiceTest.java | 1246 for (NotificationChannel notificationChannel : captor.getAllValues()) { in mapNotificationChannelCaptor() 1247 m.put(notificationChannel.getId(), notificationChannel); in mapNotificationChannelCaptor() local
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 2185 NotificationChannel notificationChannel = new NotificationChannel( in createAllChannels() local 2190 notificationChannel.enableVibration(true); in createAllChannels() 2191 notificationChannel.setVibrationPattern(VIBRATION_PATTERN); in createAllChannels() 2193 mNotificationManager.createNotificationChannel(notificationChannel); in createAllChannels()
|
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessController.java | 1985 final NotificationChannel notificationChannel = new NotificationChannel( in initializeSatelliteSystemNotification() local 1990 notificationChannel.setSound(null, null); in initializeSatelliteSystemNotification() 1996 mNotificationManager.createNotificationChannel(notificationChannel); in initializeSatelliteSystemNotification()
|