Searched refs:LOCATION_DURATION (Results 1 – 2 of 2) sorted by relevance
52 public static final String LOCATION_DURATION = "LOCATION_DURATION"; field in LocationDumpsItem.LocationInfoItem56 LOCATION_DURATION ));75 setAttribute(LOCATION_DURATION, duration); in LocationInfoItem()117 return (int) getAttribute(LOCATION_DURATION); in getDuration()
53 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.LOCATION_DURATION)); in testToJson()60 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.LOCATION_DURATION)); in testToJson()