HomeSort by relevance Sort by last modified time
    Searched refs:isLteOnCdma (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 220 boolean isLteOnCdma = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE;
234 if (!isLteOnCdma) {
240 if (isLteOnCdma) {
260 if (!isLteOnCdma || missingDataServiceUrl) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 406 if (isLteOnCdma()) {
430 private boolean isLteOnCdma() {

Completed in 28 milliseconds