Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneConstants

53 import com.android.internal.telephony.PhoneConstants;
186 PhoneConstants.State phoneState;
580 PhoneConstants.State state = mCM.getState();
590 boolean isSpeakerInUse = (state == PhoneConstants.State.OFFHOOK) && PhoneUtils.isSpeakerOn(this);
607 boolean isRinging = (state == PhoneConstants.State.RINGING);
638 Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
641 case PhoneConstants.CELL_OFF_FLAG:
645 case PhoneConstants.CELL_ON_FLAG:
648 case PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG:
667 PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG);
675 PhoneConstants.CELL_ON_FLAG);
721 int subId = intent.getIntExtra(PhoneConstants.SUBSCRIPTION_KEY,
724 String state = intent.getStringExtra(PhoneConstants.STATE_KEY);
729 + intent.getStringExtra(PhoneConstants.STATE_CHANGE_REASON_KEY));
741 && PhoneConstants.DataState.DISCONNECTED.equals(state)
743 intent.getStringExtra(PhoneConstants.STATE_CHANGE_REASON_KEY));
758 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY);
759 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY,
767 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0);