Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptIconViewModel.kt52 enum class AuthType { in <lambda>() class
62 val activeAuthType: Flow<AuthType> = in <lambda>()
68 AuthType.Coex in <lambda>()
70 AuthType.Face in <lambda>()
72 AuthType.Fingerprint in <lambda>()
75 AuthType.Fingerprint in <lambda>()
124 if (activeAuthType == AuthType.Face) { in <lambda>()
133 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>()
135 AuthType.Fingerprint -> in <lambda>()
163 AuthType.Face -> in <lambda>()
[all …]
DPromptViewModel.kt446 if (activeAuthType == PromptIconViewModel.AuthType.Face) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DPromptIconViewBinder.kt32 import com.android.systemui.biometrics.ui.viewmodel.PromptIconViewModel.AuthType in <lambda>()
74 activeAuthType: AuthType in <lambda>()
91 activeAuthType: AuthType in <lambda>()
114 AuthType.Fingerprint, in <lambda>()
115 AuthType.Coex -> { in <lambda>()
137 AuthType.Face -> { in <lambda>()
175 AuthType.Fingerprint, in <lambda>()
176 AuthType.Coex -> { in <lambda>()
200 AuthType.Face -> { in <lambda>()
335 private fun LottieAnimationView.setIconFailureListener(iconAsset: Int, activeAuthType: AuthType) { in LottieAnimationView()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTSPConnection.h71 enum AuthType { enum
85 AuthType mAuthType;
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java33 import android.telephony.data.ApnSetting.AuthType;
158 public @AuthType int getAuthType() { in getAuthType()
530 @AuthType
622 public @NonNull Builder setAuthType(@AuthType int authType) { in setAuthType()
DApnSetting.java388 public @interface AuthType {} annotation in ApnSetting
815 @AuthType
2181 public Builder setAuthType(@AuthType int authType) { in setAuthType()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8756 public @interface AuthType {} annotation in TelephonyManager
8790 public String getIccAuthentication(int appType,@AuthType int authType, String data) { in getIccAuthentication()
8818 public String getIccAuthentication(int subId, int appType,@AuthType int authType, String data) { in getIccAuthentication()