Home
last modified time | relevance | path

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

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
225 HIGH_PRIORITY, DEFAULT_LOOP, 1.0f); in TestPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java44 public static final String HIGH_PRIORITY = "high_priority"; field in NotificationIconAreaController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java23 import static com.android.systemui.statusbar.phone.NotificationIconAreaController.HIGH_PRIORITY;
589 if (key.equals(HIGH_PRIORITY)) { in NotificationStackScrollLayout()
594 }, HIGH_PRIORITY, Settings.Secure.NOTIFICATION_DISMISS_RTL); in NotificationStackScrollLayout()