Home
last modified time | relevance | path

Searched refs:intArgName (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/vms/
DVmsOperationRecorder.java226 private void recordOp(String operation, String intArgName, int arg) { in recordOp() argument
229 recordOp(operation, new JSONObject().put(intArgName, arg)); in recordOp()
236 private void recordOp(String operation, String intArgName, int arg, VmsLayer layer) { in recordOp() argument
240 new JSONObject().put(intArgName, arg).put("layer", toJson(layer))); in recordOp()