Searched refs:SIMRecords (Results 1 - 8 of 8) sorted by path

/frameworks/base/config/
H A Dboot-image-profile.txt10110 HPLcom/android/internal/telephony/uicc/SIMRecords;->getVoiceMailNumber()Ljava/lang/String;
10111 HPLcom/android/internal/telephony/uicc/SIMRecords;->setVoiceMessageWaiting(II)V
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java88 import com.android.internal.telephony.uicc.SIMRecords;
158 /** PHONE_TYPE_CDMA_LTE in addition to RuimRecords needs access to SIMRecords and
161 private SIMRecords mSimRecords;
727 // to get ICCID form SIMRecords because it is on MF.
737 // to get ICCID form SIMRecords because it is on MF.
2616 SIMRecords newSimRecords = null;
2618 newSimRecords = (SIMRecords) newUiccApplication.getIccRecords();
H A DServiceStateTracker.java94 import com.android.internal.telephony.uicc.SIMRecords;
2320 ((rule & SIMRecords.SPN_RULE_SHOW_PLMN)
2321 == SIMRecords.SPN_RULE_SHOW_PLMN);
2338 && ((rule & SIMRecords.SPN_RULE_SHOW_SPN)
2339 == SIMRecords.SPN_RULE_SHOW_SPN);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java47 public class SIMRecords extends IccRecords { class in inherits:IccRecords
48 protected static final String LOG_TAG = "SIMRecords";
202 public SIMRecords(UiccCardApplication app, Context c, CommandsInterface ci) { method in class:SIMRecords
222 if (DBG) log("SIMRecords X ctor this=" + this);
227 if (DBG) log("Disposing SIMRecords this=" + this);
266 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
863 if (DBG) log("SIMRecords: Uninitialized record MWIS");
2052 Rlog.d(LOG_TAG, "[SIMRecords] " + s);
2057 Rlog.e(LOG_TAG, "[SIMRecords] " + s);
2061 Rlog.w(LOG_TAG, "[SIMRecords] "
[all...]
H A DUiccCardApplication.java184 return new SIMRecords(this, c, ci);
H A DUiccProfile.java192 if (eventCode == SIMRecords.EVENT_SPN) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java72 import com.android.internal.telephony.uicc.SIMRecords;
154 protected SIMRecords mSimRecords;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccRecordsTest.java54 mIccRecords = new SIMRecords(mUiccCardApplication3gpp, mContext, mSimulatedCommands);

Completed in 237 milliseconds