Searched defs: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.java1324 private void handleSimRefresh(IccRefreshResponse refreshResponse){ argument
1325 if (refreshResponse == null) {
1330 if (refreshResponse.aid != null &&
1331 !refreshResponse.aid.equals(mParentApp.getAid())) {
1336 switch (refreshResponse.refreshResult) {
1339 handleFileUpdate(refreshResponse.efId);

Completed in 52 milliseconds