Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneConstants

25 import com.android.internal.telephony.PhoneConstants;
255 if ((pb.getState() == PhoneConstants.State.RINGING)
624 if (mCM.getState() != PhoneConstants.State.RINGING) {
641 PhoneConstants.State state = mCM.getState();
643 if (state == PhoneConstants.State.OFFHOOK) {
678 PhoneConstants.State state = mCM.getState();
685 .enableNotificationAlerts(state == PhoneConstants.State.IDLE);
688 if (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
715 if (state == PhoneConstants.State.OFFHOOK) {
736 if (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
766 if ((fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
767 || (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_SIP)) {
910 if ((c != null) && (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
918 if ((c != null) && (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
941 if (ringingCall.getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
1018 && (mCM.getState() == PhoneConstants.State.IDLE)
1030 if (mCM.getState() == PhoneConstants.State.IDLE) {
1048 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
1273 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
1277 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
1278 || (phoneType == PhoneConstants.PHONE_TYPE_SIP)) {
1388 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
1454 if (mCM.getState() == PhoneConstants.State.IDLE) {
1710 if (ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) {
1712 } else if (ci.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {