Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java314 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/
DMigrationNotificationSender.java132 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/
DHealthConnectNotificationSender.java220 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/
DSimSelectNotification.java263 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/
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.java81 NotificationChannel notificationChannel = in onCreate() local
86 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothKeyMissingReceiver.java116 NotificationChannel notificationChannel = in showNotification() local
121 nm.createNotificationChannel(notificationChannel); in showNotification()
DBluetoothPairingService.java114 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
118 mNm.createNotificationChannel(notificationChannel); in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java106 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
110 mgr.createNotificationChannel(notificationChannel); in onCreate()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHighContrastTextMigrationReceiver.java182 NotificationChannel notificationChannel = new NotificationChannel( in showNotification() local
186 notificationManager.createNotificationChannel(notificationChannel); in showNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java563 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/
DPbapStateMachine.java415 NotificationChannel notificationChannel = in createPbapNotification() local
420 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/
DVpnStatusObserver.kt45 private val notificationChannel = createNotificationChannel() in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingReceiver.java362 NotificationChannel notificationChannel = in createNotificationChannelIfNeeded() local
367 nm.createNotificationChannel(notificationChannel); in createNotificationChannelIfNeeded()
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/
DSafetyLabelChangesJobService.kt615 val notificationChannel = in <lambda>() constant
622 notificationManager.createNotificationChannel(notificationChannel) in <lambda>()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java181 NotificationChannel notificationChannel = in onCreate() local
186 mNotificationManager.createNotificationChannel(notificationChannel); in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapServer.java229 NotificationChannel notificationChannel = in setNotification() local
234 notificationManager.createNotificationChannel(notificationChannel); in setNotification()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java1246 for (NotificationChannel notificationChannel : captor.getAllValues()) { in mapNotificationChannelCaptor()
1247 m.put(notificationChannel.getId(), notificationChannel); in mapNotificationChannelCaptor() local
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java2185 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/
DSatelliteAccessController.java1985 final NotificationChannel notificationChannel = new NotificationChannel( in initializeSatelliteSystemNotification() local
1990 notificationChannel.setSound(null, null); in initializeSatelliteSystemNotification()
1996 mNotificationManager.createNotificationChannel(notificationChannel); in initializeSatelliteSystemNotification()