Home
last modified time | relevance | path

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

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