Home | History | Annotate | Download | only in phone

Lines Matching refs:getLteOnCdmaMode

309         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) {
1626 || telephonyManager.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_UNKNOWN) {
1630 return telephonyManager.getLteOnCdmaMode();