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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java343 private void handleIsimRefresh(IccRefreshResponse refreshResponse) { argument
344 if (refreshResponse == null) {
349 if (refreshResponse.aid != null &&
350 !refreshResponse.aid.equals(mParentApp.getAid())) {
356 switch (refreshResponse.refreshResult) {
359 handleFileUpdate(refreshResponse.efId);
H A DRuimRecords.java912 private void handleRuimRefresh(IccRefreshResponse refreshResponse) { argument
913 if (refreshResponse == null) {
918 if (refreshResponse.aid != null &&
919 !refreshResponse.aid.equals(mParentApp.getAid())) {
924 switch (refreshResponse.refreshResult) {
H A DSIMRecords.java1300 private void handleSimRefresh(IccRefreshResponse refreshResponse){ argument
1301 if (refreshResponse == null) {
1306 if (refreshResponse.aid != null &&
1307 !refreshResponse.aid.equals(mParentApp.getAid())) {
1312 switch (refreshResponse.refreshResult) {
1315 handleFileUpdate(refreshResponse.efId);

Completed in 62 milliseconds