Home
last modified time | relevance | path

Searched refs:apnTypeToId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DDataConnectionTracker.java688 protected int apnTypeToId(String type) { in apnTypeToId() method in DataConnectionTracker
735 int id = apnTypeToId(apnType); in getLinkProperties()
747 int id = apnTypeToId(apnType); in getLinkCapabilities()
805 return isApnIdEnabled(apnTypeToId(apnType)); in isApnTypeEnabled()
827 int id = apnTypeToId(type); in enableApnType()
866 int id = apnTypeToId(type); in disableApnType()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmDataConnectionTracker.java453 setEnabled(apnTypeToId(apnType), true); in enableApnType()
486 setEnabled(apnTypeToId(type), false); in disableApnType()