Searched refs:MIN_INTERVAL (Results 1 – 2 of 2) sorted by relevance
46 public static final String MIN_INTERVAL = "MIN_INTERVAL"; field in LocationDumpsItem.LocationInfoItem55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,72 setAttribute(MIN_INTERVAL, min); in LocationInfoItem()96 return (int) getAttribute(MIN_INTERVAL); in getMinInterval()
50 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.MIN_INTERVAL)); in testToJson()57 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.MIN_INTERVAL)); in testToJson()