Searched defs:RuimRecords (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java49 public class RuimRecords extends IccRecords { class in inherits:IccRecords
50 static final String LOG_TAG = "RuimRecords";
72 return "RuimRecords: " + super.toString()
101 public RuimRecords(UiccCardApplication app, Context c, CommandsInterface ci) { method in class:RuimRecords
118 if (DBG) log("RuimRecords X ctor this=" + this);
123 if (DBG) log("Disposing RuimRecords " + this);
133 if(DBG) log("RuimRecords finalized");
683 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception);
904 log("RuimRecords:setVoiceMessageWaiting - NOP for CDMA");
911 log("RuimRecords
[all...]

Completed in 40 milliseconds