Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java153 public static final String APN_TYPE_EMERGENCY = ApnSetting.TYPE_EMERGENCY_STRING;
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java178 TYPE_EMERGENCY_STRING,
308 public static final String TYPE_EMERGENCY_STRING = "emergency"; field in ApnSetting
441 APN_TYPE_STRING_MAP.put(TYPE_EMERGENCY_STRING, TYPE_EMERGENCY); in APN_TYPE_STRING_MAP.put() argument
458 APN_TYPE_INT_MAP.put(TYPE_EMERGENCY, TYPE_EMERGENCY_STRING); in APN_TYPE_INT_MAP.put() argument
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15168 field public static final String TYPE_EMERGENCY_STRING = "emergency";