HomeSort by relevance Sort by last modified time
    Searched refs:LTE_ON_CDMA_UNKNOWN (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 62 public static final int LTE_ON_CDMA_UNKNOWN = RILConstants.LTE_ON_CDMA_UNKNOWN;
RILConstants.java 86 int LTE_ON_CDMA_UNKNOWN = -1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 126 case PhoneConstants.LTE_ON_CDMA_UNKNOWN:
190 case PhoneConstants.LTE_ON_CDMA_UNKNOWN:
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 478 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
489 PhoneConstants.LTE_ON_CDMA_UNKNOWN);
491 if (retVal == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
878 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
888 return PhoneConstants.LTE_ON_CDMA_UNKNOWN;
891 return PhoneConstants.LTE_ON_CDMA_UNKNOWN;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 308 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
    [all...]

Completed in 696 milliseconds