Home | History | Annotate | Download | only in phone

Lines Matching defs:PhoneConstants

57 import com.android.internal.telephony.PhoneConstants;
189 PhoneConstants.State phoneState;
575 PhoneConstants.State state = mCM.getState();
585 boolean isSpeakerInUse = (state == PhoneConstants.State.OFFHOOK) && PhoneUtils.isSpeakerOn(this);
602 boolean isRinging = (state == PhoneConstants.State.RINGING);
626 Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
629 case PhoneConstants.CELL_OFF_FLAG:
633 case PhoneConstants.CELL_ON_FLAG:
636 case PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG:
655 PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG);
664 PhoneConstants.CELL_ON_FLAG);
719 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY);
725 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0);
805 int subId = intent.getIntExtra(PhoneConstants.SUBSCRIPTION_KEY,