Searched refs:rawEvent (Results 1 – 2 of 2) sorted by relevance
71 private static CarPropertyValue<?> getEvent(JSONObject rawEvent) throws JSONException { in getEvent() argument72 int prop = rawEvent.getInt(JSON_FIELD_PROP); in getEvent()73 int areaId = rawEvent.getInt(JSON_FIELD_AREA_ID); in getEvent()74 long timestamp = rawEvent.getLong(JSON_FIELD_TIMESTAMP); in getEvent()79 timestamp, rawEvent.getInt(JSON_FIELD_VALUE) != 0); in getEvent()82 timestamp, rawEvent.getInt(JSON_FIELD_VALUE)); in getEvent()85 timestamp, rawEvent.getLong(JSON_FIELD_VALUE)); in getEvent()89 (float) rawEvent.getDouble(JSON_FIELD_VALUE)); in getEvent()92 timestamp, rawEvent.getString(JSON_FIELD_VALUE)); in getEvent()97 JSONObject rawValueJson = rawEvent.getJSONObject(JSON_FIELD_VALUE); in getEvent()
79 for (String rawEvent : rawEvents) { in finishSync()80 final String[] split = rawEvent.split("/"); in finishSync()