Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataProfile.java33 import android.telephony.data.ApnSetting.AuthType;
158 public @AuthType int getAuthType() { in getAuthType()
528 @AuthType
620 public @NonNull Builder setAuthType(@AuthType int authType) { in setAuthType()
H A DApnSetting.java370 public @interface AuthType {} annotation in ApnSetting
760 @AuthType
2042 public Builder setAuthType(@AuthType int authType) { in setAuthType()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java8344 public @interface AuthType {} annotation in TelephonyManager
8375 public String getIccAuthentication(int appType,@AuthType int authType, String data) { in getIccAuthentication()
8403 public String getIccAuthentication(int subId, int appType,@AuthType int authType, String data) { in getIccAuthentication()