Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java990 private ApnContext addApnContext(String type, NetworkConfig networkConfig) { in addApnContext() method in DcTracker
1009 apnContext = addApnContext(PhoneConstants.APN_TYPE_DEFAULT, networkConfig); in initApnContexts()
1012 apnContext = addApnContext(PhoneConstants.APN_TYPE_MMS, networkConfig); in initApnContexts()
1015 apnContext = addApnContext(PhoneConstants.APN_TYPE_SUPL, networkConfig); in initApnContexts()
1018 apnContext = addApnContext(PhoneConstants.APN_TYPE_DUN, networkConfig); in initApnContexts()
1021 apnContext = addApnContext(PhoneConstants.APN_TYPE_HIPRI, networkConfig); in initApnContexts()
1024 apnContext = addApnContext(PhoneConstants.APN_TYPE_FOTA, networkConfig); in initApnContexts()
1027 apnContext = addApnContext(PhoneConstants.APN_TYPE_IMS, networkConfig); in initApnContexts()
1030 apnContext = addApnContext(PhoneConstants.APN_TYPE_CBS, networkConfig); in initApnContexts()
1033 apnContext = addApnContext(PhoneConstants.APN_TYPE_IA, networkConfig); in initApnContexts()
[all …]