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

/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...]

Completed in 56 milliseconds