Home
last modified time | relevance | path

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

/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetwork.cpp131 int32_t exceptionCode = reply.readExceptionCode(); in getProperty() local
132 if (exceptionCode != NO_ERROR) { in getProperty()
133 if (exceptionCode == binder::Status::EX_SERVICE_SPECIFIC) { in getProperty()
136 return exceptionCode; in getProperty()
/packages/apps/Email/src/com/android/email/activity/setup/
DCheckSettingsErrorDialogFragment.java135 final int exceptionCode = ex.getExceptionType(); in getReasonFromException() local
136 switch (exceptionCode) { in getReasonFromException()