Home
last modified time | relevance | path

Searched defs:HIGH_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPrioritySchedulingTest.java41 private static final int HIGH_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE + 1; field in PrioritySchedulingTest
/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
DLightsServiceTest.java50 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsServiceTest
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java62 public static final String HIGH_PRIORITY = "high_priority"; field in NotificationIconAreaController