Searched defs:getLteOnCdmaMode (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DOtaUtils.java251 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
272 if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) {
1570 private static int getLteOnCdmaMode(Context context) { method in class:OtaUtils
1576 || telephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
1580 return telephonyManager.getLteOnCdmaMode();
H A DPhoneInterfaceManager.java1544 public int getLteOnCdmaMode() { method in class:PhoneInterfaceManager
1549 return getPhone(subId).getLteOnCdmaMode();

Completed in 166 milliseconds