Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DLocationDumpsItem.java44 public static final String EFFECTIVE_INTERVAL = "EFFECTIVE_INTERVAL"; field in LocationDumpsItem.LocationInfoItem
55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,
71 setAttribute(EFFECTIVE_INTERVAL, effective); in LocationInfoItem()
89 return (int) getAttribute(EFFECTIVE_INTERVAL); in getEffectiveInterval()
/tools/loganalysis/javatests/com/android/loganalysis/item/
DLocationDumpsItemTest.java49 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.EFFECTIVE_INTERVAL)); in testToJson()
56 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.EFFECTIVE_INTERVAL)); in testToJson()