Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java134 public static final String APN_TYPE_DEFAULT = ApnSetting.TYPE_DEFAULT_STRING;
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java176 TYPE_DEFAULT_STRING,
215 public static final String TYPE_DEFAULT_STRING = "default"; field in ApnSetting
432 APN_TYPE_STRING_MAP.put(TYPE_DEFAULT_STRING, TYPE_DEFAULT); in APN_TYPE_STRING_MAP.put() argument
449 APN_TYPE_INT_MAP.put(TYPE_DEFAULT, TYPE_DEFAULT_STRING); in APN_TYPE_INT_MAP.put() argument
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3781 types.add(ApnSetting.TYPE_DEFAULT_STRING); in getApnTypesStringFromBitmask()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15166 field public static final String TYPE_DEFAULT_STRING = "default";