Searched refs:PRIORITY_LOW (Results 1 – 7 of 7) sorted by relevance
49 private static final int PRIORITY_LOW = null == FIELD_PRIORITY_LOW ? 0 field in NotificationCompatUtils71 CompatUtils.invoke(builder, null, METHOD_setPriority, PRIORITY_LOW); in setPriorityToLow()
210 public static final int PRIORITY_LOW = 0x80; field in PduHeaders414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
203 public static final int PRIORITY_LOW = 0x80; field in PduHeaders394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
26 static final int PRIORITY_LOW = 20; field in PrioritizedFutureTask
20 import static android.telephony.AvailableNetworkInfo.PRIORITY_LOW;525 for (int level = PRIORITY_HIGH; level < PRIORITY_LOW; level++) { in retrieveBestSubscription()
205 case Notification.PRIORITY_LOW: in calculateInitialImportance()
349 case PduHeaders.PRIORITY_LOW: in getPriorityDescription()