Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java215 NotificationChannel notificationChannel = new NotificationChannel( in createSimSelectNotification() local
235 notificationManager.createNotificationChannel(notificationChannel); in createSimSelectNotification()
249 NotificationChannel notificationChannel = new NotificationChannel( in createEnableMmsNotification() local
277 notificationManager.createNotificationChannel(notificationChannel); in createEnableMmsNotification()
298 NotificationChannel notificationChannel = new NotificationChannel( in createSimCombinationWarningNotification() local
324 notificationManager.createNotificationChannel(notificationChannel); in createSimCombinationWarningNotification()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestFeatures.java34 public boolean notificationChannel = true; field in TestFeatures
92 return notificationChannel; in isNotificationChannelEnabled()
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DBootUsbService.java55 NotificationChannel notificationChannel = in onCreate() local
60 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DConversationChannelWrapper.java85 NotificationChannel notificationChannel) { in setNotificationChannel() argument
86 mNotificationChannel = notificationChannel; in setNotificationChannel()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleManagerTest.java106 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
110 notificationChannel, null, in getConversation()
H A DPeopleSpaceTileTest.java278 NotificationChannel notificationChannel = new NotificationChannel("123", in testCreateFromConversationChannel() local
281 notificationChannel.setImportantConversation(true); in testCreateFromConversationChannel()
282 convo = new ConversationChannel(shortcutInfo, 0, notificationChannel, null, in testCreateFromConversationChannel()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DInCallNotificationController.java71 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in InCallNotificationController() local
73 mNotificationManager.createNotificationChannel(notificationChannel); in InCallNotificationController()
H A DMissedCallNotificationController.java84 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in MissedCallNotificationController() local
86 mNotificationManager.createNotificationChannel(notificationChannel); in MissedCallNotificationController()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPairingService.java104 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
108 mgr.createNotificationChannel(notificationChannel); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java104 NotificationChannel notificationChannel, in bindNotification() argument
117 mNotificationChannel = notificationChannel; in bindNotification()
H A DNotificationConversationInfo.java196 NotificationChannel notificationChannel, in bindNotification() argument
219 mNotificationChannel = notificationChannel; in bindNotification()
H A DNotificationInfo.java197 NotificationChannel notificationChannel, in bindNotification() argument
222 mSingleNotificationChannel = notificationChannel; in bindNotification()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingService.java117 NotificationChannel notificationChannel = new NotificationChannel( in onCreate() local
121 mNm.createNotificationChannel(notificationChannel); in onCreate()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarHeadsUpNotificationManager.java457 NotificationChannel notificationChannel = ranking.getChannel(); in playSound() local
460 if (notificationChannel.getSound() != null) { in playSound()
463 notificationChannel.getSound()); in playSound()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java266 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local
270 notificationChannel, null, in getConversation()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DPbapStateMachine.java372 NotificationChannel notificationChannel = in createPbapNotification() local
376 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DVpnStatusObserver.kt45 private val notificationChannel = createNotificationChannel() regex
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DAbstractJobTest.java67 mFeatures.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
H A DFileOperationServiceTest.java86 features.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBeamTransferManager.java177 NotificationChannel notificationChannel = new NotificationChannel( in BeamTransferManager() local
180 mNotificationManager.createNotificationChannel(notificationChannel); in BeamTransferManager()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java226 NotificationChannel notificationChannel = new NotificationChannel(SAP_NOTIFICATION_CHANNEL, in setNotification() local
229 notificationManager.createNotificationChannel(notificationChannel); in setNotification()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java640 final NotificationChannel notificationChannel = new NotificationChannel(
644 System.currentTimeMillis()), notificationChannel);
H A DNotificationManagerServiceTest.java2469 NotificationChannel notificationChannel = new NotificationChannel("id", "id", in testDeleteChannelGroupChecksForFgses()
2471 notificationChannel.setGroup("group"); in testDeleteChannelGroupChecksForFgses()
2473 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
2488 NotificationChannel notificationChannel = in testDeleteChannelGroupChecksForFgses()
2490 notificationChannel.setGroup("new"); in testDeleteChannelGroupChecksForFgses()
2492 new ParceledListSlice(ImmutableList.of(notificationChannel)); in testDeleteChannelGroupChecksForFgses()
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java2189 NotificationChannel notificationChannel = new NotificationChannel( in createAllChannels() local
2194 notificationChannel.enableVibration(true); in createAllChannels()
2195 notificationChannel.setVibrationPattern(VIBRATION_PATTERN); in createAllChannels()
2197 mNotificationManager.createNotificationChannel(notificationChannel); in createAllChannels()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1719 NotificationChannel notificationChannel = new NotificationChannel(shortcutId, in getConversationChannelWrapper() local
1722 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper()
1723 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()