Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java225 private int getManagerRequestId() { in getManagerRequestId() method in PropertyHalService.AsyncPropRequestInfo
251 return GetSetValueResult.newErrorResult(getManagerRequestId(), errorCodes); in toErrorResult()
255 return newGetValueResult(getManagerRequestId(), value); in toGetValueResult()
259 return GetSetValueResult.newSetValueResult(getManagerRequestId(), in toSetValueResult()
357 .append(getManagerRequestId()) in toString()
1850 if (managerRequestIdsSet.contains(propRequestInfo.getManagerRequestId()) in cancelRequests()