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 179 case PhoneConstants.LTE_ON_CDMA_UNKNOWN:
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 538 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
549 PhoneConstants.LTE_ON_CDMA_UNKNOWN);
551 if (retVal == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 252 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
    [all...]

Completed in 26 milliseconds