Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java98 mAuthContext = getAuthContext(mAppType); in UiccCardApplication()
132 mAuthContext = getAuthContext(mAppType); in update()
558 public int getAuthContext() { in getAuthContext() method in UiccCardApplication
571 private static int getAuthContext(AppType appType) { in getAuthContext() method in UiccCardApplication
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfo.java329 int authContext = uiccApp.getAuthContext(); in getIccSimChallengeResponse()