Searched defs:refreshResponse (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java346 private void handleIsimRefresh(IccRefreshResponse refreshResponse) { argument
347 if (refreshResponse == null) {
352 if (refreshResponse.aid != null &&
353 !refreshResponse.aid.equals(mParentApp.getAid())) {
359 switch (refreshResponse.refreshResult) {
362 handleFileUpdate(refreshResponse.efId);
H A DRuimRecords.java915 private void handleRuimRefresh(IccRefreshResponse refreshResponse) { argument
916 if (refreshResponse == null) {
921 if (refreshResponse.aid != null &&
922 !refreshResponse.aid.equals(mParentApp.getAid())) {
927 switch (refreshResponse.refreshResult) {
H A DSIMRecords.java1327 private void handleSimRefresh(IccRefreshResponse refreshResponse){ argument
1328 if (refreshResponse == null) {
1333 if (refreshResponse.aid != null &&
1334 !refreshResponse.aid.equals(mParentApp.getAid())) {
1339 switch (refreshResponse.refreshResult) {
1342 handleFileUpdate(refreshResponse.efId);

Completed in 492 milliseconds