Searched refs:LOCATION_CLIENTS (Results 1 – 2 of 2) sorted by relevance
42 assertTrue(output.has(LocationDumpsItem.LOCATION_CLIENTS)); in testToJson()43 assertTrue(output.get(LocationDumpsItem.LOCATION_CLIENTS) instanceof JSONArray); in testToJson()45 JSONArray locationClients = output.getJSONArray(LocationDumpsItem.LOCATION_CLIENTS); in testToJson()
35 public static final String LOCATION_CLIENTS = "LOCATION_CLIENTS"; field in LocationDumpsItem170 object.put(LOCATION_CLIENTS, locationClients); in toJson()