Home
last modified time | relevance | path

Searched defs:AUTH_CONTEXT_EAP_SIM (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java224 public static final int AUTH_CONTEXT_EAP_SIM = 128; field in PhoneConstants
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java60 public static final int AUTH_CONTEXT_EAP_SIM = PhoneConstants.AUTH_CONTEXT_EAP_SIM; field in UiccCardApplication