Home
last modified time | relevance | path

Searched refs:REQUEST_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/item/
DLocationDumpsItem.java50 public static final String REQUEST_PRIORITY = "PRIORITY"; field in LocationDumpsItem.LocationInfoItem
55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,
74 setAttribute(REQUEST_PRIORITY, priority); in LocationInfoItem()
110 return (String) getAttribute(REQUEST_PRIORITY); in getPriority()
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DLocationDumpsItemTest.java52 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.REQUEST_PRIORITY)); in testToJson()
59 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.REQUEST_PRIORITY)); in testToJson()