Home
last modified time | relevance | path

Searched refs:createNotificationChannel (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java383 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/
DAlertWindowNotification.java110 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/
DNotificationTestList.java85 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/
DRankingConfig.java40 void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
DRankingHelper.java602 public void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in RankingHelper
/frameworks/support/media/src/androidTest/java/androidx/media/
DMockMediaSessionService2.java85 mNotificationManager.createNotificationChannel(mDefaultNotificationChannel); in onUpdateNotification()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java47 notificationManager.createNotificationChannel(mChannel); in ServiceIntentSender()
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/
DAndroidFragment.java69 notificationManager.createNotificationChannel(new NotificationChannel( in onViewCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java99 nm.createNotificationChannel(new NotificationChannel( in createAll()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java138 .createNotificationChannel(voiceMailChannel); in migrateVoicemailNotificationSettings()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java81 mNotificationManager.createNotificationChannel( in NotificationController()
85 mNotificationManager.createNotificationChannel( in NotificationController()
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java84 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
/frameworks/base/core/java/android/app/
DRecoverableSecurityException.java122 nm.createNotificationChannel(new NotificationChannel(channelId, TAG, in showAsNotification()
DNotificationManager.java528 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java88 notiMan.createNotificationChannel(channel); in dumpLeak()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java66 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java241 .createNotificationChannel(new NotificationChannel( in createNotificationChannels()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java287 mNotifManager.createNotificationChannel(new NotificationChannel( in onStart()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java259 nm.createNotificationChannel( in onCreate()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java957 mNotificationManager.createNotificationChannel( in handleMessage()
/frameworks/base/services/
Dart-profile932 HSPLcom/android/server/notification/RankingConfig;->createNotificationChannel(Ljava/lang/String;ILa…
/frameworks/base/config/
Dhiddenapi-public-dex.txt3949 Landroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
Dboot-image-profile.txt15001 HSPLandroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
/frameworks/base/api/
Dcurrent.txt5676 method public void createNotificationChannel(android.app.NotificationChannel);