Searched refs:LTE_ON_CDMA_UNKNOWN (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java67 public static final int LTE_ON_CDMA_UNKNOWN = RILConstants.LTE_ON_CDMA_UNKNOWN; field in class:PhoneConstants
H A DRILConstants.java197 int LTE_ON_CDMA_UNKNOWN = -1; field in interface:RILConstants
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1285 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
1296 PhoneConstants.LTE_ON_CDMA_UNKNOWN);
1298 if (retVal == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
2091 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
2110 * @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#LTE_ON_CDMA_FALSE}
2122 return PhoneConstants.LTE_ON_CDMA_UNKNOWN;
2126 return PhoneConstants.LTE_ON_CDMA_UNKNOWN;
2129 return PhoneConstants.LTE_ON_CDMA_UNKNOWN;

Completed in 117 milliseconds