Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java746 protected void handleRefresh(IccRefreshResponse refreshResponse){ in handleRefresh() argument
747 if (refreshResponse == null) { in handleRefresh()
752 if (!TextUtils.isEmpty(refreshResponse.aid) && in handleRefresh()
753 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRefresh()
758 switch (refreshResponse.refreshResult) { in handleRefresh()
761 handleFileUpdate(refreshResponse.efId); in handleRefresh()