Searched refs:updatesObject (Results 1 – 4 of 4) sorted by relevance
58 JSONObject updatesObject = UpdateProcessorUtils.castToJSONObject(UPDATE_ENCODER, updates); in processUpdates() local61 if (!updatesObject.has(ACTION)) { in processUpdates()65 String action = updatesObject.getString(ACTION); in processUpdates()70 if (updatesObject.has(ENDPOINT)) { in processUpdates()71 String uriString = updatesObject.getString(ENDPOINT); in processUpdates()
48 JSONObject updatesObject = in processUpdates() local50 for (Iterator<String> iter = updatesObject.keys(); iter.hasNext(); ) { in processUpdates()53 processKey(key, updatesObject.getString(stringKey), current, toReturn); in processUpdates()
48 JSONObject updatesObject = UpdateProcessorUtils.castToJSONObject(PUT, updates); in processUpdates() local49 for (Iterator<String> iter = updatesObject.keys(); iter.hasNext(); ) { in processUpdates()52 processKey(key, updatesObject.getString(stringKey), current, toReturn); in processUpdates()
64 JSONObject updatesObject = UpdateProcessorUtils.castToJSONObject(APPEND, updates); in processUpdates() local66 for (Iterator<String> iter = updatesObject.keys(); iter.hasNext(); ) { in processUpdates()69 JSONObject update = updatesObject.getJSONObject(stringKey); in processUpdates()