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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java114 SimPhoneBookInterfaceManager mSimPhoneBookIntManager; field in class:GSMPhone
162 mSimPhoneBookIntManager = new SimPhoneBookInterfaceManager(this);
197 mSimPhoneBookIntManager = new SimPhoneBookInterfaceManager(this);
240 mSimPhoneBookIntManager.dispose();
249 mSimPhoneBookIntManager = null;
1648 mSimPhoneBookIntManager.updateIccRecords(null);
1658 mSimPhoneBookIntManager.updateIccRecords(mIccRecords.get());
1746 return mSimPhoneBookIntManager;
1876 pw.println(" mSimPhoneBookIntManager=" + mSimPhoneBookIntManager);
[all...]

Completed in 88 milliseconds