Searched refs:intArgName (Results 1 – 1 of 1) sorted by relevance
226 private void recordOp(String operation, String intArgName, int arg) { in recordOp() argument229 recordOp(operation, new JSONObject().put(intArgName, arg)); in recordOp()236 private void recordOp(String operation, String intArgName, int arg, VmsLayer layer) { in recordOp() argument240 new JSONObject().put(intArgName, arg).put("layer", toJson(layer))); in recordOp()