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 299 public boolean getRecordsLoaded() {
PhoneBase.java 674 return mIccRecords.getRecordsLoaded();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 229 mCdmaPhone.mIccRecords.getRecordsLoaded()) &&
244 !mCdmaPhone.mIccRecords.getRecordsLoaded()) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 627 mPhone.mIccRecords.getRecordsLoaded() &&
639 if (!mPhone.mIccRecords.getRecordsLoaded()) reason += " - SIM not loaded";
    [all...]

Completed in 834 milliseconds