Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaService.java31 import android.telephony.Annotation.UiccAppTypeExt;
144 public void onAuthenticationRequest(int subscriptionId, int token, @UiccAppTypeExt int appType, in onAuthenticationRequest()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DAnnotation.java648 public @interface UiccAppTypeExt{} annotation in Annotation
H A DTelephonyManager.java92 import android.telephony.Annotation.UiccAppTypeExt;
17060 @UiccAppTypeExt int appType, @NonNull Uri nafId, in bootstrapAuthenticationRequest()