Home | History | Annotate | Download | only in telephony

Lines Matching refs:mPhone

59         connection = new GsmCdmaConnection(mPhone, String.format(
75 connection = new GsmCdmaConnection(mPhone, String.format(
92 doReturn(PhoneConstants.PHONE_TYPE_CDMA).when(mPhone).getPhoneType();
93 connection = new GsmCdmaConnection(mPhone, String.format(
111 connection = new GsmCdmaConnection(mPhone, String.format(
128 doReturn(PhoneConstants.PHONE_TYPE_CDMA).when(mPhone).getPhoneType();
129 connection = new GsmCdmaConnection(mPhone, String.format(
146 connection = new GsmCdmaConnection(mPhone, String.format(
164 doReturn(PhoneConstants.PHONE_TYPE_CDMA).when(mPhone).getPhoneType();
165 connection = new GsmCdmaConnection(mPhone,
182 connection = new GsmCdmaConnection(mPhone, String.format(
209 connection = new GsmCdmaConnection(mPhone, testAddress[0], mCT, null, false);
223 connection = new GsmCdmaConnection(mPhone, "12345", mCT, null, false);