Searched refs:getExceptionCode (Results 1 – 10 of 10) sorted by relevance
32 if (s.getExceptionCode() == EX_SERVICE_SPECIFIC) { in getServiceSpecificErrorCode()
149 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in testUnauthorisedAid()192 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in testTransmitAPDU()237 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in testUnauthorisedAPDU()243 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in testUnauthorisedAPDU()
171 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() in internalTransmitApdu()497 ASSERT_EQ(res.getExceptionCode(), EX_SECURITY); in TEST_P()
339 if (ret.getExceptionCode() == EX_UNSUPPORTED_OPERATION) { in report()
139 if (ret.getExceptionCode() == EX_UNSUPPORTED_OPERATION) { in get_disk_stats_from_health_hal()
256 if (healthService->getDiskStats(&halStats).getExceptionCode() == EX_UNSUPPORTED_OPERATION) { in TEST()
210 switch (status.getExceptionCode()) { in OemPostWipeData()
2835 int code = getExceptionCode(e); in writeException()2871 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode() method in Parcel
12498 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I
12501 HSPLandroid/os/Parcel;->getExceptionCode(Ljava/lang/Throwable;)I