Searched refs:EFFECTIVE_INTERVAL (Results 1 – 2 of 2) sorted by relevance
44 public static final String EFFECTIVE_INTERVAL = "EFFECTIVE_INTERVAL"; field in LocationDumpsItem.LocationInfoItem55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,71 setAttribute(EFFECTIVE_INTERVAL, effective); in LocationInfoItem()89 return (int) getAttribute(EFFECTIVE_INTERVAL); in getEffectiveInterval()
49 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.EFFECTIVE_INTERVAL)); in testToJson()56 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.EFFECTIVE_INTERVAL)); in testToJson()