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

  /packages/apps/PhoneCommon/src/com/android/phone/common/
PhoneConstants.java 22 public class PhoneConstants {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 21 public class PhoneConstants {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 199 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA",
278 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
279 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
292 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
293 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
353 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM;
357 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA;
361 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE;
370 setPhoneName(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA");
436 public PhoneConstants.State getState()
    [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 

Completed in 254 milliseconds