Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DLocationDumpsItem.java46 public static final String MIN_INTERVAL = "MIN_INTERVAL"; field in LocationDumpsItem.LocationInfoItem
55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,
72 setAttribute(MIN_INTERVAL, min); in LocationInfoItem()
96 return (int) getAttribute(MIN_INTERVAL); in getMinInterval()
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DLocationDumpsItemTest.java50 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.MIN_INTERVAL)); in testToJson()
57 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.MIN_INTERVAL)); in testToJson()