HomeSort by relevance Sort by last modified time
    Searched defs:PhoneConstants (Results 1 - 13 of 13) sorted by null

  /packages/apps/PhoneCommon/src/com/android/phone/common/
PhoneConstants.java 22 public class PhoneConstants {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 155 PhoneConstants.DataState state) {
160 PhoneConstants.DataState state) {
173 if (state == PhoneConstants.DataState.CONNECTED) {
310 sender.getSubId(), PhoneConstants.SIM_ACTIVATION_TYPE_DATA, activationState);
320 sender.getSubId(), PhoneConstants.SIM_ACTIVATION_TYPE_VOICE, activationState);
GsmCdmaPhone.java 214 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA",
302 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
303 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
317 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
318 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
377 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM;
381 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA;
385 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE;
394 setPhoneName(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA");
460 public PhoneConstants.State getState()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 50 import com.android.internal.telephony.PhoneConstants;
228 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
251 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
272 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
297 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
316 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
341 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
368 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
490 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.OFFHOOK);
491 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 21 public class PhoneConstants {
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 57 import com.android.internal.telephony.PhoneConstants;
186 PhoneConstants.State phoneState;
568 PhoneConstants.State state = mCM.getState();
578 boolean isSpeakerInUse = (state == PhoneConstants.State.OFFHOOK) && PhoneUtils.isSpeakerOn(this);
595 boolean isRinging = (state == PhoneConstants.State.RINGING);
619 Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
622 case PhoneConstants.CELL_OFF_FLAG:
626 case PhoneConstants.CELL_ON_FLAG:
629 case PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG:
648 PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 245 milliseconds