Home
last modified time | relevance | path

Searched refs:isApnTypeEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java155 } else if (mDcTracker.isApnTypeEnabled(apnType) == false) { in getDataConnectionState()
DCDMAPhone.java785 } else if (mDcTracker.isApnTypeEnabled(apnType) == false || in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java354 } else if (mDcTracker.isApnTypeEnabled(apnType) == false || in getDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java1287 public boolean isApnTypeEnabled(String apnType) { in isApnTypeEnabled() method in DcTrackerBase
DDcTracker.java528 public boolean isApnTypeEnabled(String apnType) { in isApnTypeEnabled() method in DcTracker