Home
last modified time | relevance | path

Searched refs:importance (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java70 public void createChannel(String id, String name, int importance, boolean vibrate, in createChannel() argument
75 NotificationChannel channel = new NotificationChannel(id, name, importance); in createChannel()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java292 int importance = (buzz ? IMPORTANCE_DEFAULT : IMPORTANCE_LOW); in getChannel() local
299 channel = new NotificationChannel(id, name, importance); in getChannel()
DNotificationInteractionTests.java325 int importance = NotificationManager.IMPORTANCE_DEFAULT; in testNotificationClickedEvents() local
327 importance); in testNotificationClickedEvents()