Searched defs:apnTypeToId (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java1154 protected int apnTypeToId(String type) { method in class:DcTrackerBase
1209 int id = apnTypeToId(apnType);
1220 int id = apnTypeToId(apnType);
1284 return isApnIdEnabled(apnTypeToId(apnType));

Completed in 31 milliseconds