Searched defs:HIGH_PRIORITY (Results 1 – 5 of 5) sorted by relevance
41 private static final int HIGH_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE + 1; field in PrioritySchedulingTest
68 private static final long HIGH_PRIORITY = 2; field in InputTaskSchedulerTest
50 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsServiceTest
60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
64 public static final String HIGH_PRIORITY = "high_priority"; field in NotificationIconAreaController