Searched defs:iccRefreshState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java869 IccRefreshResponse iccRefreshState) {
873 if (iccRefreshState != null) {
875 intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.refreshResult);
877 + iccRefreshState.refreshResult);
868 broadcastCardStateAndIccRefreshResp(CardState cardState, IccRefreshResponse iccRefreshState) argument

Completed in 16 milliseconds