Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java1007 protected void handleRefresh(IccRefreshResponse refreshResponse){ in handleRefresh() argument
1008 if (refreshResponse == null) { in handleRefresh()
1013 if (!TextUtils.isEmpty(refreshResponse.aid) && in handleRefresh()
1014 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRefresh()
1019 switch (refreshResponse.refreshResult) { in handleRefresh()
1022 handleFileUpdate(refreshResponse.efId); in handleRefresh()