HomeSort by relevance Sort by last modified time
    Searched defs:PhoneConstants (Results 1 - 12 of 12) 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 154 PhoneConstants.DataState state) {
159 PhoneConstants.DataState state) {
172 if (state == PhoneConstants.DataState.CONNECTED) {
296 sender.getSubId(), PhoneConstants.SIM_ACTIVATION_TYPE_DATA, activationState);
306 sender.getSubId(), PhoneConstants.SIM_ACTIVATION_TYPE_VOICE, activationState);
GsmCdmaPhone.java 201 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA",
285 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
286 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
298 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
299 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
359 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM;
363 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA;
367 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE;
376 setPhoneName(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA");
442 public PhoneConstants.State getState()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 48 import com.android.internal.telephony.PhoneConstants;
187 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
210 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
231 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
254 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
273 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
298 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
325 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
437 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.OFFHOOK);
438 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;
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)
    [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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 333 milliseconds