Searched refs:PRIORITY_LOW (Results 1 – 6 of 6) 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()
203 public static final int PRIORITY_LOW = 0x80; field in PduHeaders394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
210 public static final int PRIORITY_LOW = 0x80; field in PduHeaders414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
20 import static android.telephony.AvailableNetworkInfo.PRIORITY_LOW;599 for (int level = PRIORITY_HIGH; level < PRIORITY_LOW; level++) { in retrieveBestSubscription()
197 case Notification.PRIORITY_LOW: in calculateInitialImportance()
349 case PduHeaders.PRIORITY_LOW: in getPriorityDescription()