OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSIMRecords
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java
103
SIMRecords
mSIMRecords
;
145
mSIMRecords
= new SIMRecords(this);
153
mStkService = StkService.getInstance(mCM,
mSIMRecords
, mContext,
157
mSIMRecords
.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
209
mSIMRecords
.unregisterForRecordsLoaded(this); //EVENT_SIM_RECORDS_LOADED
224
mSIMRecords
.dispose();
239
this.
mSIMRecords
= null;
278
return
mSIMRecords
.getVoiceMessageWaiting();
282
return
mSIMRecords
.getVoiceCallForwardingFlag();
411
mSIMRecords
.setVoiceMessageWaiting(1, mwi ? -1 : 0)
[
all
...]
GsmDataConnectionTracker.java
210
p.
mSIMRecords
.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);
286
mGsmPhone.
mSIMRecords
.unregisterForRecordsLoaded(this);
351
if (mGsmPhone.
mSIMRecords
.getRecordsLoaded() &&
450
&& mGsmPhone.
mSIMRecords
.getRecordsLoaded()
477
" sim=" + mGsmPhone.
mSIMRecords
.getRecordsLoaded() +
[
all
...]
GsmServiceStateTracker.java
238
phone.
mSIMRecords
.unregisterForRecordsLoaded(this);
357
phone.
mSIMRecords
.registerForRecordsLoaded(this,
585
int rule = phone.
mSIMRecords
.getDisplayRule(ss.getOperatorNumeric());
586
String spn = phone.
mSIMRecords
.getServiceProviderName();
[
all
...]
Completed in 374 milliseconds