Searched refs:CDMAPhone (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DUiccController.java22 import com.android.internal.telephony.cdma.CDMAPhone;
67 } else if (phone instanceof CDMAPhone){
68 if (DBG) log("New phone type is CDMAPhone");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneFactory.java26 import com.android.internal.telephony.cdma.CDMAPhone;
154 Log.i(LOG_TAG, "Creating CDMAPhone");
155 sProxyPhone = new PhoneProxy(new CDMAPhone(context,
226 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
H A DPhoneProxy.java34 import com.android.internal.telephony.cdma.CDMAPhone;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnection.java39 private CdmaDataConnection(CDMAPhone phone, String name, int id, RetryManager rm,
52 static CdmaDataConnection makeDataConnection(CDMAPhone phone, int id, RetryManager rm,
H A DRuimPhoneBookInterfaceManager.java35 public RuimPhoneBookInterfaceManager(CDMAPhone phone) {
H A DCdmaMmiCode.java55 CDMAPhone phone;
101 newFromDialString(String dialString, CDMAPhone phone) {
138 CdmaMmiCode (CDMAPhone phone) {
H A DRuimSmsInterfaceManager.java84 public RuimSmsInterfaceManager(CDMAPhone phone, SMSDispatcher dispatcher) {
H A DCdmaSMSDispatcher.java69 CdmaSMSDispatcher(CDMAPhone phone, SmsStorageMonitor storageMonitor,
175 editor.putInt(CDMAPhone.VM_COUNT_CDMA, voicemailCount);
H A DCDMALTEPhone.java45 public class CDMALTEPhone extends CDMAPhone {
H A DCdmaCallTracker.java79 CDMAPhone phone;
95 CdmaCallTracker(CDMAPhone phone) {
783 //***** Called from CDMAPhone
1055 case CDMAPhone.CANCEL_ECM_TIMER: mIsEcmTimerCanceled = true; break;
1056 case CDMAPhone.RESTART_ECM_TIMER: mIsEcmTimerCanceled = false; break;
H A DCdmaServiceStateTracker.java70 CDMAPhone phone;
164 public CdmaServiceStateTracker(CDMAPhone phone) {
686 CDMAPhone.PROPERTY_CDMA_HOME_OPERATOR_NUMERIC, "00000");
690 CDMAPhone.PROPERTY_CDMA_HOME_OPERATOR_NUMERIC +
1001 // Now the CDMAPhone sees the new ServiceState so it can get the new ERI text
H A DCDMAPhone.java83 public class CDMAPhone extends PhoneBase { class in inherits:PhoneBase
141 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { method in class:CDMAPhone
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, method in class:CDMAPhone
208 log("CDMAPhone: init set 'gsm.sim.operator.numeric' to operator='" +
267 if(DBG) Log.d(LOG_TAG, "CDMAPhone finalized");
1095 * Retrieves the PhoneSubInfo of the CDMAPhone
1102 * Retrieves the IccSmsInterfaceManager of the CDMAPhone
1109 * Retrieves the IccPhoneBookInterfaceManager of the CDMAPhone
1139 Log.e(LOG_TAG, "[CDMAPhone] activateCellBroadcastSms() is obsolete; use SmsManager");
1149 Log.e(LOG_TAG, "[CDMAPhone] getCellBroadcastSmsConfi
[all...]
H A DCdmaDataConnectionTracker.java59 private CDMAPhone mCdmaPhone;
107 CdmaDataConnectionTracker(CDMAPhone p) {
H A DCdmaConnection.java426 CDMAPhone phone = owner.phone;

Completed in 430 milliseconds