Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance
131 int32_t exceptionCode = reply.readExceptionCode(); in getProperty() local132 if (exceptionCode != NO_ERROR) { in getProperty()133 if (exceptionCode == binder::Status::EX_SERVICE_SPECIFIC) { in getProperty()136 return exceptionCode; in getProperty()
135 final int exceptionCode = ex.getExceptionType(); in getReasonFromException() local136 switch (exceptionCode) { in getReasonFromException()