Home
last modified time | relevance | path

Searched defs:createNotificationChannel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DNotificationActivity.java76 private void createNotificationChannel() { in createNotificationChannel() method in NotificationActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/
DTutorialNotificationCoordinator.kt125 private fun createNotificationChannel() { in createNotificationChannel() method
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java146 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification
/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundUserSoundNotifier.java99 private void createNotificationChannel() { in createNotificationChannel() method in BackgroundUserSoundNotifier
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java43 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
/frameworks/base/core/java/android/app/
DNotificationManager.java1231 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager