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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java46 public class SIMRecords extends IccRecords { class in inherits:IccRecords
47 protected static final String LOG_TAG = "SIMRecords";
192 public SIMRecords(UiccCardApplication app, Context c, CommandsInterface ci) { method in class:SIMRecords
212 if (DBG) log("SIMRecords X ctor this=" + this);
217 if (DBG) log("Disposing SIMRecords this=" + this);
250 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
834 if(DBG) log("SIMRecords: Uninitialized record MWIS");
1846 Rlog.d(LOG_TAG, "[SIMRecords] " + s);
1851 Rlog.e(LOG_TAG, "[SIMRecords] " + s);
1855 Rlog.w(LOG_TAG, "[SIMRecords] "
[all...]

Completed in 32 milliseconds