Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSimPhonebookRecordCache.java535 private void handleSimRefresh(IccRefreshResponse iccRefreshResponse) { in handleSimRefresh() argument
536 if (iccRefreshResponse != null) { in handleSimRefresh()
537 if (iccRefreshResponse.refreshResult == IccRefreshResponse.REFRESH_RESULT_FILE_UPDATE in handleSimRefresh()
538 && (iccRefreshResponse.efId == IccConstants.EF_PBR || in handleSimRefresh()
539 iccRefreshResponse.efId == IccConstants.EF_ADN) || in handleSimRefresh()
540 iccRefreshResponse.refreshResult == IccRefreshResponse.REFRESH_RESULT_INIT) { in handleSimRefresh()