/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 519 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/ |
D | NotificationActivity.java | 57 createNotificationChannel(); in onCreate() 80 private void createNotificationChannel() { in createNotificationChannel() method in NotificationActivity 89 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
|
D | BubbleHelper.java | 80 mNotificationManager.createNotificationChannel(channel); in BubbleHelper()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 107 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/ |
D | NotificationTestList.java | 80 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/ |
D | SchedulerService.java | 32 getSystemService(NotificationManager.class).createNotificationChannel( in onStartCommand()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 43 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryStateNotifier.kt | 56 noMan.createNotificationChannel(channel) in onBatteryUnknownStateChanged()
|
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
D | LocalMediaProjectionService.java | 77 notificationManager.createNotificationChannel(channel); in startForeground()
|
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/ |
D | SimpleFgService.java | 78 nm.createNotificationChannel(new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 113 nm.createNotificationChannel(new NotificationChannel( in createAll()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 81 mNotificationManager.createNotificationChannel( in NotificationController() 85 mNotificationManager.createNotificationChannel( in NotificationController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | FlagDependenciesBase.kt | 163 notifManager.createNotificationChannel(channel) in warnAboutBadFlagConfiguration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 102 notiMan.createNotificationChannel(channel); in dumpLeak()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 159 .createNotificationChannel(voiceMailChannel); in migrateVoicemailNotificationSettings()
|
/frameworks/base/services/tests/powerstatstests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 95 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | HeapDumpReceiver.java | 147 nm.createNotificationChannel( in showDumpNotification()
|
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
D | NotificationTest.java | 141 mNotificationManager.createNotificationChannel(channel); in postMessagingNotification()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallFinish.java | 79 notificationManager.createNotificationChannel(uninstallFailureChannel); in onReceive()
|
D | PackageInstalledNotificationUtils.java | 225 mNotificationManager.createNotificationChannel(channel); in createChannel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | BiometricNotificationService.java | 251 mNotificationManager.createNotificationChannel(mNotificationChannel); in showNotification()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 252 .createNotificationChannel(new NotificationChannel( in createNotificationChannels()
|
D | SlicePurchaseBroadcastReceiver.java | 349 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in onDisplayPerformanceBoostNotification()
|
/frameworks/base/services/core/java/com/android/server/devicestate/ |
D | DeviceStateNotificationController.java | 224 mNotificationManager.createNotificationChannel(channel); in showNotification()
|