/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 1725 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, in testDeletesDefaultChannelAfterChannelIsCreated() 1746 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, in testLoadingOldChannelsDoesNotDeleteNewlyCreatedChannels() 1792 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, in testUpdateChannel_downgradeImportance() 2677 assertFalse(mHelper.createNotificationChannel( in testCreateChannel_alreadyExists() 2738 mHelper.createNotificationChannel( in testDeleteGroup() 4671 mHelper.createNotificationChannel( in testDeleted_twice() 4686 mHelper.createNotificationChannel( in testDeleted_recentTime() 4717 mHelper.createNotificationChannel( in testUnDelete_time() 4725 mHelper.createNotificationChannel( in testUnDelete_time() 4811 mHelper.createNotificationChannel( in testGetConversations_multiUser() [all …]
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | NotificationActivity.java | 46 createNotificationChannel(); in onCreate() 69 private void createNotificationChannel() { in createNotificationChannel() method in NotificationActivity 78 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
|
H A D | BubbleHelper.java | 80 mNotificationManager.createNotificationChannel(channel); in BubbleHelper()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
H A D | VpnStatusObserver.kt | 45 private val notificationChannel = createNotificationChannel() 91 private fun createNotificationChannel() = regex 97 notificationManager.createNotificationChannel(it)
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A 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()
|
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A 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);
|
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
H A D | SchedulerService.java | 32 getSystemService(NotificationManager.class).createNotificationChannel( in onStartCommand()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BatteryStateNotifier.kt | 55 noMan.createNotificationChannel(channel)
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | RankingConfig.java | 45 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinator.kt | 89 notificationManager.createNotificationChannel(channel)
|
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/ |
H A D | SimpleFgService.java | 78 nm.createNotificationChannel(new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | WifiSoftApConfigChangedNotifier.java | 57 notificationManager.createNotificationChannel(channel); in notifyUserOfConfigConversion()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | NotificationController.java | 81 mNotificationManager.createNotificationChannel( in NotificationController() 85 mNotificationManager.createNotificationChannel( in NotificationController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NotificationChannels.java | 113 nm.createNotificationChannel(new NotificationChannel( in createAll()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | LeakReporter.java | 102 notiMan.createNotificationChannel(channel); in dumpLeak()
|
/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
H A D | TestService.java | 95 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | HeapDumpReceiver.java | 147 nm.createNotificationChannel( in showDumpNotification()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | NotificationTest.java | 139 mNotificationManager.createNotificationChannel(channel); in postMessagingNotification()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoService.java | 68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricNotificationUtils.java | 189 notificationManager.createNotificationChannel(channel); in showNotificationHelper()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | UninstallFinish.java | 79 notificationManager.createNotificationChannel(uninstallFailureChannel); in onReceive()
|
H A D | PackageInstalledNotificationUtils.java | 225 mNotificationManager.createNotificationChannel(channel); in createChannel()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | BiometricNotificationService.java | 242 mNotificationManager.createNotificationChannel(mNotificationChannel); in showNotification()
|
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | CarrierActionUtils.java | 252 .createNotificationChannel(new NotificationChannel( in createNotificationChannels()
|
/aosp14/frameworks/base/services/core/java/com/android/server/devicestate/ |
H A D | DeviceStateNotificationController.java | 224 mNotificationManager.createNotificationChannel(channel); in showNotification()
|