Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java519 assertTrue(mHelper.createNotificationChannel(package0, uid0, channel0, true, false, in testWriteXml_onlyBackupsTargetUser()
526 assertTrue(mHelper.createNotificationChannel(package10, uid10, channel10, true, false, in testWriteXml_onlyBackupsTargetUser()
558 assertTrue(mHelper.createNotificationChannel(package0, uid0, channel0, true, false, in testReadXml_onlyRestoresTargetUser()
609 assertTrue(mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1, true, false, in testChannelXml()
611 assertTrue(mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, false, false, in testChannelXml()
676 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1, true, false, in testChannelXmlForBackup()
678 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2, false, false, in testChannelXmlForBackup()
680 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3, false, false, in testChannelXmlForBackup()
682 mHelper.createNotificationChannel(PKG_O, UID_O, getChannel(), true, false, in testChannelXmlForBackup()
1141 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1, true, false, in testChannelXmlForNonBackup_postMigration()
[all …]
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DNotificationActivity.java57 createNotificationChannel(); in onCreate()
80 private void createNotificationChannel() { in createNotificationChannel() method in NotificationActivity
89 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
DBubbleHelper.java80 mNotificationManager.createNotificationChannel(channel); in BubbleHelper()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java107 createNotificationChannel(context, appName); in onPostNotification()
146 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification
167 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java80 mNM.createNotificationChannel(new NotificationChannel("min", "Min", IMPORTANCE_MIN)); in onCreate()
81 mNM.createNotificationChannel(new NotificationChannel("low", "Low", IMPORTANCE_LOW)); in onCreate()
82 mNM.createNotificationChannel( in onCreate()
84 mNM.createNotificationChannel(new NotificationChannel("high", "High", IMPORTANCE_HIGH)); in onCreate()
678 mNM.createNotificationChannel(channel);
738 mNM.createNotificationChannel(channel);
755 mNM.createNotificationChannel(channel);
795 mNM.createNotificationChannel(channel);
814 mNM.createNotificationChannel(channel);
836 mNM.createNotificationChannel(channel);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java32 getSystemService(NotificationManager.class).createNotificationChannel( in onStartCommand()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java43 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifier.kt56 noMan.createNotificationChannel(channel) in onBatteryUnknownStateChanged()
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DLocalMediaProjectionService.java77 notificationManager.createNotificationChannel(channel); in startForeground()
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
DSimpleFgService.java78 nm.createNotificationChannel(new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java113 nm.createNotificationChannel(new NotificationChannel( in createAll()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java81 mNotificationManager.createNotificationChannel( in NotificationController()
85 mNotificationManager.createNotificationChannel( in NotificationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFlagDependenciesBase.kt163 notifManager.createNotificationChannel(channel) in warnAboutBadFlagConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java102 notiMan.createNotificationChannel(channel); in dumpLeak()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java159 .createNotificationChannel(voiceMailChannel); in migrateVoicemailNotificationSettings()
/frameworks/base/services/tests/powerstatstests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java95 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java147 nm.createNotificationChannel( in showDumpNotification()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java141 mNotificationManager.createNotificationChannel(channel); in postMessagingNotification()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java79 notificationManager.createNotificationChannel(uninstallFailureChannel); in onReceive()
DPackageInstalledNotificationUtils.java225 mNotificationManager.createNotificationChannel(channel); in createChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationService.java251 mNotificationManager.createNotificationChannel(mNotificationChannel); in showNotification()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java252 .createNotificationChannel(new NotificationChannel( in createNotificationChannels()
DSlicePurchaseBroadcastReceiver.java349 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in onDisplayPerformanceBoostNotification()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java224 mNotificationManager.createNotificationChannel(channel); in showNotification()

12