Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DVpnStatusObserver.kt91 private fun createNotificationChannel() = in <lambda>() method in com.android.systemui.statusbar.tv.VpnStatusObserver
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DNotificationActivity.java69 private void createNotificationChannel() { in createNotificationChannel() method in NotificationActivity
/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/notification/
DRankingConfig.java45 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
DPreferencesHelper.java900 public boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java925 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager