Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java275 mDcTracker.setEnabled(mDcTracker.apnTypeToId(mApnType), true); in incRefCount()
283 mDcTracker.setEnabled(mDcTracker.apnTypeToId(mApnType), false); in decRefCount()
DDcTrackerBase.java1161 protected int apnTypeToId(String type) { in apnTypeToId() method in DcTrackerBase
1216 int id = apnTypeToId(apnType); in getLinkProperties()
1227 int id = apnTypeToId(apnType); in getNetworkCapabilities()
1291 return isApnIdEnabled(apnTypeToId(apnType)); in isApnTypeEnabled()