Searched refs:REQUEST_PRIORITY (Results 1 – 2 of 2) sorted by relevance
50 public static final String REQUEST_PRIORITY = "PRIORITY"; field in LocationDumpsItem.LocationInfoItem55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,74 setAttribute(REQUEST_PRIORITY, priority); in LocationInfoItem()110 return (String) getAttribute(REQUEST_PRIORITY); in getPriority()
52 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.REQUEST_PRIORITY)); in testToJson()59 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.REQUEST_PRIORITY)); in testToJson()