/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 383 mHelper.createNotificationChannel(PKG, UID, channel1, true, false); in testChannelXml() 384 mHelper.createNotificationChannel(PKG, UID, channel2, false, false); in testChannelXml() 445 mHelper.createNotificationChannel(PKG, UID, channel1, true, false); in testChannelXmlForBackup() 446 mHelper.createNotificationChannel(PKG, UID, channel2, false, false); in testChannelXmlForBackup() 447 mHelper.createNotificationChannel(PKG, UID, channel3, false, false); in testChannelXmlForBackup() 448 mHelper.createNotificationChannel(UPDATED_PKG, UID2, getChannel(), true, false); in testChannelXmlForBackup() 499 mHelper.createNotificationChannel(PKG, UID, channel, true, false); in testBackupXml_backupCanonicalizedSoundUri() 525 mHelper.createNotificationChannel(PKG, UID, channel, true, false); in testRestoreXml_withExistentCanonicalizedSoundUri() 546 mHelper.createNotificationChannel(PKG, UID, channel, true, false); in testRestoreXml_withNonExistentCanonicalizedSoundUri() 587 mHelper.createNotificationChannel(PKG, UID, channel, true, false); in testBackupRestoreXml_withNullSoundUri() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 110 createNotificationChannel(context, appName); in onPostNotification() 147 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification 168 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 85 mNM.createNotificationChannel(new NotificationChannel("min", "Min", IMPORTANCE_MIN)); in onCreate() 86 mNM.createNotificationChannel(new NotificationChannel("low", "Low", IMPORTANCE_LOW)); in onCreate() 87 mNM.createNotificationChannel( in onCreate() 89 mNM.createNotificationChannel(new NotificationChannel("high", "High", IMPORTANCE_HIGH)); in onCreate() 682 mNM.createNotificationChannel(channel); 742 mNM.createNotificationChannel(channel); 759 mNM.createNotificationChannel(channel); 799 mNM.createNotificationChannel(channel); 818 mNM.createNotificationChannel(channel); 840 mNM.createNotificationChannel(channel);
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 40 void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
|
D | RankingHelper.java | 602 public void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in RankingHelper
|
/frameworks/support/media/src/androidTest/java/androidx/media/ |
D | MockMediaSessionService2.java | 85 mNotificationManager.createNotificationChannel(mDefaultNotificationChannel); in onUpdateNotification()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | ServiceIntentSender.java | 47 notificationManager.createNotificationChannel(mChannel); in ServiceIntentSender()
|
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/ |
D | AndroidFragment.java | 69 notificationManager.createNotificationChannel(new NotificationChannel( in onViewCreated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 99 nm.createNotificationChannel(new NotificationChannel( in createAll()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 138 .createNotificationChannel(voiceMailChannel); in migrateVoicemailNotificationSettings()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 81 mNotificationManager.createNotificationChannel( in NotificationController() 85 mNotificationManager.createNotificationChannel( in NotificationController()
|
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 84 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
|
/frameworks/base/core/java/android/app/ |
D | RecoverableSecurityException.java | 122 nm.createNotificationChannel(new NotificationChannel(channelId, TAG, in showAsNotification()
|
D | NotificationManager.java | 528 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 88 notiMan.createNotificationChannel(channel); in dumpLeak()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 66 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 241 .createNotificationChannel(new NotificationChannel( in createNotificationChannels()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 287 mNotifManager.createNotificationChannel(new NotificationChannel( in onStart()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 259 nm.createNotificationChannel( in onCreate()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 957 mNotificationManager.createNotificationChannel( in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 932 HSPLcom/android/server/notification/RankingConfig;->createNotificationChannel(Ljava/lang/String;ILa…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 3949 Landroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
|
D | boot-image-profile.txt | 15001 HSPLandroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
|
/frameworks/base/api/ |
D | current.txt | 5676 method public void createNotificationChannel(android.app.NotificationChannel);
|