HomeSort by relevance Sort by last modified time
    Searched refs:getRecordsLoaded (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccRecords.java 247 public boolean getRecordsLoaded() {
PhoneBase.java 716 return mIccRecords.getRecordsLoaded();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 200 mCdmaPhone.mIccRecords.getRecordsLoaded()) &&
214 mCdmaPhone.mIccRecords.getRecordsLoaded())) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 611 mPhone.mIccRecords.getRecordsLoaded() &&
623 if (!mPhone.mIccRecords.getRecordsLoaded()) reason += " - SIM not loaded";
    [all...]

Completed in 107 milliseconds