Home | History | Annotate | Download | only in phone

Lines Matching refs:fgPhone

773         Phone fgPhone = mCM.getFgPhone();
774 if (fgPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
775 if ((fgPhone.getForegroundCall().getState() == Call.State.ACTIVE)
785 mPreviousCdmaCallState = fgPhone.getForegroundCall().getState();
847 if (fgPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
848 Connection c = fgPhone.getForegroundCall().getLatestConnection();
852 Call.State callState = fgPhone.getForegroundCall().getState();
877 if ((fgPhone.getPhoneType() == Phone.PHONE_TYPE_GSM)
878 || (fgPhone.getPhoneType() == Phone.PHONE_TYPE_SIP)) {