/aosp12/packages/apps/Settings/src/com/android/settings/sim/ |
H A D | SimSelectNotification.java | 215 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 D | TestFeatures.java | 34 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 D | BootUsbService.java | 55 NotificationChannel notificationChannel = in onCreate() local 60 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ConversationChannelWrapper.java | 85 NotificationChannel notificationChannel) { in setNotificationChannel() argument 86 mNotificationChannel = notificationChannel; in setNotificationChannel()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleManagerTest.java | 106 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local 110 notificationChannel, null, in getConversation()
|
H A D | PeopleSpaceTileTest.java | 278 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 D | InCallNotificationController.java | 71 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in InCallNotificationController() local 73 mNotificationManager.createNotificationChannel(notificationChannel); in InCallNotificationController()
|
H A D | MissedCallNotificationController.java | 84 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 D | BluetoothPairingService.java | 104 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 D | PartialConversationInfo.java | 104 NotificationChannel notificationChannel, in bindNotification() argument 117 mNotificationChannel = notificationChannel; in bindNotification()
|
H A D | NotificationConversationInfo.java | 196 NotificationChannel notificationChannel, in bindNotification() argument 219 mNotificationChannel = notificationChannel; in bindNotification()
|
H A D | NotificationInfo.java | 197 NotificationChannel notificationChannel, in bindNotification() argument 222 mSingleNotificationChannel = notificationChannel; in bindNotification()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPairingService.java | 117 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 D | CarHeadsUpNotificationManager.java | 457 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 D | PeopleServiceTest.java | 266 NotificationChannel notificationChannel = new NotificationChannel("123", in getConversation() local 270 notificationChannel, null, in getConversation()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | PbapStateMachine.java | 372 NotificationChannel notificationChannel = in createPbapNotification() local 376 nm.createNotificationChannel(notificationChannel); in createPbapNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
H A D | VpnStatusObserver.kt | 45 private val notificationChannel = createNotificationChannel() regex
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
H A D | AbstractJobTest.java | 67 mFeatures.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
|
H A D | FileOperationServiceTest.java | 86 features.notificationChannel = InstrumentationRegistry.getTargetContext() in setUp()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | BeamTransferManager.java | 177 NotificationChannel notificationChannel = new NotificationChannel( in BeamTransferManager() local 180 mNotificationManager.createNotificationChannel(notificationChannel); in BeamTransferManager()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapServer.java | 226 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 D | SnoozeHelperTest.java | 640 final NotificationChannel notificationChannel = new NotificationChannel( 644 System.currentTimeMillis()), notificationChannel);
|
H A D | NotificationManagerServiceTest.java | 2469 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 D | StkAppService.java | 2189 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 D | PeopleSpaceWidgetManagerTest.java | 1719 NotificationChannel notificationChannel = new NotificationChannel(shortcutId, in getConversationChannelWrapper() local 1722 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper() 1723 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()
|