Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java57 CarPropertyErrorCodes carPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in newGetValueResult()
76 CarPropertyErrorCodes carPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in newSetValueResult()
DCarPropertyErrorCodes.java57 public static CarPropertyErrorCodes STATUS_OK_NO_ERROR = field in CarPropertyErrorCodes
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java140 mCarPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in GetVehicleStubAsyncResult()
187 mCarPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in SetVehicleStubAsyncResult()