Searched defs:fileChanged (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java469 public void onRefresh(boolean fileChanged, int[] fileList) { argument
470 if (fileChanged) {
H A DRuimRecords.java189 * @param fileChanged indicates whether any files changed
193 public void onRefresh(boolean fileChanged, int[] fileList) { argument
194 if (fileChanged) {
H A DIccRecords.java422 * @param fileChanged indicates whether any files changed
425 public abstract void onRefresh(boolean fileChanged, int[] fileList); argument
H A DSIMRecords.java578 * @param fileChanged indicates whether any files changed
582 public void onRefresh(boolean fileChanged, int[] fileList) { argument
583 if (fileChanged) {

Completed in 1655 milliseconds