Home | History | Annotate | Download | only in phone

Lines Matching refs:fgPhone

687         Phone fgPhone = mCM.getFgPhone();
688 if (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
689 if ((fgPhone.getForegroundCall().getState() == Call.State.ACTIVE)
699 mPreviousCdmaCallState = fgPhone.getForegroundCall().getState();
736 if (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
737 fgPhone.getForegroundCall().getLatestConnection();
741 Call.State callState = fgPhone.getForegroundCall().getState();
766 if ((fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
767 || (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_SIP)) {