Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java432 if (getRecordsLoaded()) { in registerForRecordsLoaded()
453 if (getRecordsLoaded()) { in registerForRecordsOverride()
833 public boolean getRecordsLoaded() { in getRecordsLoaded() method in IccRecords
H A DIsimUiccRecords.java260 if (getRecordsLoaded()) { in onRecordLoaded()
H A DRuimRecords.java761 if (getRecordsLoaded()) { in onRecordLoaded()
H A DSIMRecords.java1431 if (getRecordsLoaded()) { in onRecordLoaded()
H A DUiccProfile.java795 return mIccRecords.getRecordsLoaded(); in getIccRecordsLoaded()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1984 return (r != null) ? r.getRecordsLoaded() : false; in getIccRecordsLoaded()
H A DGsmCdmaPhone.java4330 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()