Searched refs:AuthType (Results 1 – 7 of 7) sorted by relevance
52 enum class AuthType { in <lambda>() class62 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 …]
446 if (activeAuthType == PromptIconViewModel.AuthType.Face) { in <lambda>()
32 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()
71 enum AuthType { enum85 AuthType mAuthType;
33 import android.telephony.data.ApnSetting.AuthType;158 public @AuthType int getAuthType() { in getAuthType()530 @AuthType622 public @NonNull Builder setAuthType(@AuthType int authType) { in setAuthType()
388 public @interface AuthType {} annotation in ApnSetting815 @AuthType2181 public Builder setAuthType(@AuthType int authType) { in setAuthType()
8756 public @interface AuthType {} annotation in TelephonyManager8790 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()