Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java458 IccException iccException; in processException() local
465 iccException = result.getException(); in processException()
466 if (iccException != null) { in processException()
467 sendResult(response, null, iccException); in processException()