Searched refs:getPhone (Results 1 - 25 of 41) sorted by relevance

12

/packages/services/Telephony/src/com/android/services/telephony/
H A DGsmConnection.java35 if (getPhone() != null) {
36 getPhone().startDtmf(digit);
43 if (getPhone() != null) {
44 getPhone().stopDtmf();
51 if (getPhone() != null) {
58 getPhone().conference();
H A DTelephonyConnection.java183 if (getPhone() != null) {
184 getPhone().setEchoSuppressionEnabled();
230 if (isValidRingingCall() && getPhone() != null) {
232 getPhone().acceptCall(videoState);
267 Phone phone = mOriginalConnection.getCall().getPhone();
313 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
368 getPhone().unregisterForPreciseCallStateChanged(mHandler);
369 getPhone().unregisterForRingbackTone(mHandler);
370 getPhone().unregisterForHandoverStateChanged(mHandler);
371 getPhone()
430 Phone getPhone() { method in class:TelephonyConnection
[all...]
H A DCdmaConnection.java100 getPhone().startDtmf(digit);
108 getPhone().stopDtmf();
209 getPhone().getContext().getContentResolver(),
226 getPhone().sendBurstDtmf(
254 Phone phone = getPhone();
H A DCdmaConference.java121 call.getPhone().switchHoldingAndActive();
H A DGsmConference.java83 Phone phone = ((TelephonyConnection) connection).getPhone();
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java64 if (getPhone() != null) {
65 getPhone().registerForPreciseCallStateChanged(mHandler, MSG_PRECISE_CALL_STATE_CHANGED,
75 if (getPhone() != null) {
76 getPhone().setEchoSuppressionEnabled();
88 if (getPhone() != null) {
89 getPhone().startDtmf(c);
96 if (getPhone() != null) {
97 getPhone().stopDtmf();
137 if (getPhone() != null && getState() == STATE_ACTIVE) {
138 getPhone()
194 SipPhone getPhone() { method in class:SipConnection
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsCallOptions.java38 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
H A DFakePhoneActivity.java57 mRadioControl = PhoneGlobals.getPhone().getSimulatedRadioControl();
60 Log.i(TAG, "- PhoneApp.getPhone(): " + PhoneGlobals.getPhone());
H A DPhoneInterfaceManager.java709 // getPhone(0) returns default phone in single SIM mode.
710 private Phone getPhone(long subId) { method in class:PhoneInterfaceManager
852 return (getPhone(subId).getState() == PhoneConstants.State.OFFHOOK);
860 return (getPhone(subId).getState() == PhoneConstants.State.RINGING);
868 return (getPhone(subId).getState() == PhoneConstants.State.IDLE);
901 final UnlockSim checkSimPin = new UnlockSim(getPhone(subId).getIccCard());
913 final UnlockSim checkSimPuk = new UnlockSim(getPhone(subId).getIccCard());
1026 getPhone(subId).updateServiceLocation();
1034 return getPhone(subId).getServiceState().getState() != ServiceState.STATE_POWER_OFF;
1044 getPhone(subI
[all...]
H A DOtaStartupReceiver.java95 Phone phone = PhoneGlobals.getPhone();
130 if (!TelephonyCapabilities.supportsOtasp(PhoneGlobals.getPhone())) {
142 Phone phone = PhoneGlobals.getPhone();
H A DCdmaCallOptions.java47 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA
H A DCallLogger.java61 final Phone phone = c.getCall().getPhone();
162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DEnableFdnScreen.java70 mPhone = PhoneGlobals.getPhone();
80 mPhone = PhoneGlobals.getPhone();
H A DHfaLogic.java136 final Phone phone = PhoneGlobals.getInstance().getPhone();
146 final Phone phone = PhoneGlobals.getInstance().getPhone();
H A DCallNotifier.java266 Phone phone = ringing.getPhone();
488 if ((c != null) && (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
496 if ((c != null) && (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
502 if (c != null && TelephonyCapabilities.supportsOtasp(c.getCall().getPhone())) {
504 if (c.getCall().getPhone().isOtaSpNumber(number)) {
546 final Phone phone = c.getCall().getPhone();
H A DCdmaVoicePrivacyCheckBoxPreference.java39 phone = PhoneGlobals.getPhone();
H A DMMIDialogActivity.java46 private Phone mPhone = PhoneGlobals.getPhone();
H A DCLIRListPreference.java34 mPhone = PhoneGlobals.getPhone();
H A DCallWaitingCheckBoxPreference.java29 mPhone = PhoneGlobals.getPhone();
H A DCdmaSystemSelectListPreference.java45 mPhone = PhoneGlobals.getPhone();
H A DEnableIccPinScreen.java70 mPhone = PhoneGlobals.getPhone();
H A DInCallScreenShowActivation.java64 Phone phone = app.getPhone();
H A DSpecialCharSequenceMgr.java232 Phone phone = PhoneGlobals.getPhone();
H A DPhoneUtils.java199 final Phone phone = ringingCall.getPhone();
344 int phoneType = ringing.getPhone().getPhoneType();
1297 int phoneType = call.getPhone().getPhoneType();
1399 log("- phone: " + c.getCall().getPhone());
1400 int phoneType = c.getCall().getPhone().getPhoneType();
1690 int phoneType = call.getPhone().getPhoneType();
1950 if (TelephonyCapabilities.supportsHoldAndUnhold(fgCall.getPhone())) {
1958 TelephonyCapabilities.supportsHoldAndUnhold(bgCall.getPhone())) {
2022 Phone phone = cm.getActiveFgCall().getPhone();
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java173 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) { method in class:RawContactDeltaListTests
378 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
403 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
429 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED);
529 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED);

Completed in 340 milliseconds

12