Searched refs:getLteOnCdmaMode (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCdmaOptions.java78 final boolean isLTE = mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE;
H A DOtaUtils.java309 if (getLteOnCdmaMode(context) == Phone.LTE_ON_CDMA_UNKNOWN) {
330 if (PhoneApp.sVoiceCapable && getLteOnCdmaMode(context) == Phone.LTE_ON_CDMA_FALSE) {
1620 private static int getLteOnCdmaMode(Context context) { method in class:OtaUtils
1626 || telephonyManager.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_UNKNOWN) {
1630 return telephonyManager.getLteOnCdmaMode();
H A DPhoneInterfaceManager.java794 public int getLteOnCdmaMode() { method in class:PhoneInterfaceManager
795 return mPhone.getLteOnCdmaMode();
H A DSettings.java227 boolean isLteOnCdma = mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE;
521 switch (mPhone.getLteOnCdmaMode()) {
/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java192 (tm.getLteOnCdmaMode() != Phone.LTE_ON_CDMA_TRUE)) {
H A DDataUsageSummary.java2068 final boolean hasLte = telephony.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java216 if (mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE) {

Completed in 126 milliseconds