HomeSort by relevance Sort by last modified time
    Searched refs:GsmCdmaPhone (Results 1 - 20 of 20) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 24 import com.android.internal.telephony.GsmCdmaPhone;
125 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Service type");
134 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Request type");
143 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Teleservice type");
GsmMmiCode.java 49 import com.android.internal.telephony.GsmCdmaPhone;
139 GsmCdmaPhone mPhone;
208 public static GsmMmiCode newFromDialString(String dialString, GsmCdmaPhone phone,
213 public static GsmMmiCode newFromDialString(String dialString, GsmCdmaPhone phone,
298 boolean isUssdRequest, GsmCdmaPhone phone, UiccCardApplication app) {
318 GsmCdmaPhone phone,
603 public GsmMmiCode(GsmCdmaPhone phone, UiccCardApplication app) {
720 static private boolean isShortCode(String dialString, GsmCdmaPhone phone) {
756 static private boolean isShortCodeUSSD(String dialString, GsmCdmaPhone phone) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 52 public GsmCdmaCallTracker makeGsmCdmaCallTracker(GsmCdmaPhone phone) {
64 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) {
71 public NitzStateMachine makeNitzStateMachine(GsmCdmaPhone phone) {
NitzStateMachine.java 59 private final GsmCdmaPhone mPhone;
63 public DeviceState(GsmCdmaPhone phone) {
145 private final GsmCdmaPhone mPhone;
153 public NitzStateMachine(GsmCdmaPhone phone) {
161 public NitzStateMachine(GsmCdmaPhone phone, TimeServiceHelper timeServiceHelper,
GsmCdmaCallTracker.java 89 private GsmCdmaPhone mPhone;
146 public GsmCdmaCallTracker (GsmCdmaPhone phone) {
352 case GsmCdmaPhone.CANCEL_ECM_TIMER: mIsEcmTimerCanceled = true; break;
353 case GsmCdmaPhone.RESTART_ECM_TIMER: mIsEcmTimerCanceled = false; break;
415 handleEcmTimer(GsmCdmaPhone.CANCEL_ECM_TIMER);
816 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
    [all...]
GsmCdmaConnection.java 121 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) {
149 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct,
521 GsmCdmaPhone phone = mOwner.getPhone();
    [all...]
PhoneFactory.java 191 phone = new GsmCdmaPhone(context,
196 phone = new GsmCdmaPhone(context,
ServiceStateTracker.java 356 private final GsmCdmaPhone mPhone;
487 public ServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) {
    [all...]
GsmCdmaPhone.java 105 public class GsmCdmaPhone extends Phone {
109 public static final String LOG_TAG = "GsmCdmaPhone";
206 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId,
211 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
232 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId);
412 if(DBG) logd("GsmCdmaPhone finalized");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 25 import com.android.internal.telephony.GsmCdmaPhone;
141 && ((GsmCdmaPhone) mPhone).mCT.mState != PhoneConstants.State.IDLE;
CdmaMmiCode.java 22 import com.android.internal.telephony.GsmCdmaPhone;
63 GsmCdmaPhone mPhone;
110 newFromDialString(String dialString, GsmCdmaPhone phone, UiccCardApplication app) {
147 CdmaMmiCode (GsmCdmaPhone phone, UiccCardApplication app) {
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 33 import com.android.internal.telephony.GsmCdmaPhone;
351 original.getCall().getPhone() instanceof GsmCdmaPhone) {
353 GsmCdmaPhone phone = (GsmCdmaPhone) original.getCall().getPhone();
TelephonyConnectionService.java 47 import com.android.internal.telephony.GsmCdmaPhone;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallManagerTest.java 246 GsmCdmaPhone mPhoneHold = Mockito.mock(GsmCdmaPhone.class);
268 GsmCdmaPhone mPhoneHold = Mockito.mock(GsmCdmaPhone.class);
GsmCdmaPhoneTest.java 84 private GsmCdmaPhone mPhoneUT;
99 mPhoneUT = new GsmCdmaPhone(mContext, mSimulatedCommands, mNotifier, true, 0,
107 mPhoneUT.sendMessage(mPhoneUT.obtainMessage(GsmCdmaPhone.EVENT_VOICE_RADIO_TECH_CHANGED,
116 mPhoneUT.sendMessage(mPhoneUT.obtainMessage(GsmCdmaPhone.EVENT_VOICE_RADIO_TECH_CHANGED,
193 GsmCdmaPhone spyPhone = spy(mPhoneUT);
211 GsmCdmaPhone spyPhone = spy(mPhoneUT);
226 GsmCdmaPhone spyPhone = spy(mPhoneUT);
608 * GsmCdmaPhone handles a lot of messages. This function verifies behavior for messages that are
    [all...]
TelephonyTest.java 100 protected GsmCdmaPhone mPhone;
331 .makeServiceStateTracker(nullable(GsmCdmaPhone.class),
338 .makeGsmCdmaCallTracker(nullable(GsmCdmaPhone.class));
374 .makeNitzStateMachine(nullable(GsmCdmaPhone.class));
PhoneSubInfoControllerTest.java 45 GsmCdmaPhone mSecondPhone;
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallBarringOptions.java 36 import com.android.internal.telephony.GsmCdmaPhone;
209 ((GsmCdmaPhone) mPhone).changeCallBarringPassword(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 88 import com.android.internal.telephony.GsmCdmaPhone;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 84 import com.android.internal.telephony.GsmCdmaPhone;
    [all...]

Completed in 526 milliseconds