Searched refs:PRIORITY_LOW (Results 1 – 9 of 9) 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()
51 private static final int PRIORITY_LOW = 100; field in ConfigParser229 sub.setPriority(PRIORITY_LOW); in parseSubscriber()
20 import static android.telephony.AvailableNetworkInfo.PRIORITY_LOW;638 for (int level = PRIORITY_HIGH; level < PRIORITY_LOW; level++) { in retrieveBestSubscription()
197 case Notification.PRIORITY_LOW: in calculateInitialImportance()
86 private static final int PRIORITY_LOW = 100; field in DataBrokerTest113 PUBLISHER_CONFIGURATION).setPriority(PRIORITY_LOW).build();
294 .setPriority(AvailableNetworkInfo.PRIORITY_LOW) in createNetworkScanRequest()
349 case PduHeaders.PRIORITY_LOW: in getPriorityDescription()