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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java102 RuimRecords mRuimRecords; field in class:CDMAPhone
154 mRuimRecords = new RuimRecords(this);
163 mRuimRecords.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null);
214 mRuimRecords.unregisterForRecordsLoaded(this); //EVENT_RUIM_RECORDS_LOADED
228 mRuimRecords.dispose();
242 this.mRuimRecords = null;
501 return mRuimRecords.iccid;
683 mRuimRecords.setVoiceMailNumber(alphaTag, mVmNumber, resp);
698 int voicemailCount = mRuimRecords.getVoiceMessageCount();
699 // If mRuimRecords
[all...]

Completed in 35 milliseconds