Home
last modified time | relevance | path

Searched defs:isAuthenticated (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ui/viewmodel/
DPromptAuthState.java12 private final boolean isAuthenticated = false; field in PromptAuthState
19 public PromptAuthState(boolean isAuthenticated, @org.jetbrains.annotations.NotNull() in PromptAuthState()
24 public final boolean isAuthenticated() { in isAuthenticated() method in PromptAuthState
88 …om.android.systemui.biometrics.ui.viewmodel.PromptAuthState copy(boolean isAuthenticated, @org.jet… in copy()
DPromptIconViewModel.java109 …private final int getFingerprintIconViewAsset(boolean isAuthenticated, boolean isAuthenticating, b… in getFingerprintIconViewAsset()
114 …red.model.DisplayRotation rotation, boolean isInRearDisplayMode, boolean isAuthenticated, boolean … in getSfpsIconViewAsset()
141 …stemui.biometrics.shared.model.FingerprintSensorType sensorType, boolean isAuthenticated, boolean … in getFingerprintIconContentDescriptionId()
165 …private final boolean shouldAnimateFingerprintIconView(boolean isAuthenticated, boolean isAuthenti… in shouldAnimateFingerprintIconView()
169 …private final boolean shouldAnimateCoexIconView(boolean isAuthenticated, boolean isAuthenticating,… in shouldAnimateCoexIconView()
DPromptViewModel.java127 …nes.flow.Flow<com.android.systemui.biometrics.ui.viewmodel.PromptAuthState> isAuthenticated = null; field in PromptViewModel
497 …outines.flow.Flow<com.android.systemui.biometrics.ui.viewmodel.PromptAuthState> isAuthenticated() { in isAuthenticated() method in PromptViewModel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/deviceentry/data/repository/
DNoopDeviceEntryFaceAuthRepository.java21 private final kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated = null; field in NoopDeviceEntryFaceAuthRepository
36 public kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated() { in isAuthenticated() method in NoopDeviceEntryFaceAuthRepository
DDeviceEntryFaceAuthRepositoryImpl.java131 private final kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated = null; field in DeviceEntryFaceAuthRepositoryImpl
237 public kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated() { in isAuthenticated() method in DeviceEntryFaceAuthRepositoryImpl
DDeviceEntryFaceAuthRepository.java68 public abstract kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated(); in isAuthenticated() method
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
H A DOperationModel.java55 private boolean isAuthenticated = true; field in OperationModel
140 public boolean isAuthenticated() { in isAuthenticated() method in OperationModel
144 public void setIsAuthenticated(boolean isAuthenticated) { in setIsAuthenticated()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/deviceentry/domain/interactor/
DNoopDeviceEntryFaceAuthInteractor.java26 private final kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated = null; field in NoopDeviceEntryFaceAuthInteractor
55 public kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated() { in isAuthenticated() method in NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.java102 private final kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated = null; field in SystemUIDeviceEntryFaceAuthInteractor
238 public kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated() { in isAuthenticated() method in SystemUIDeviceEntryFaceAuthInteractor
DFaceAuthenticationListener.java23 public abstract void onAuthenticatedChanged(boolean isAuthenticated); in onAuthenticatedChanged()
DDeviceEntryFaceAuthInteractor.java32 public abstract kotlinx.coroutines.flow.StateFlow<java.lang.Boolean> isAuthenticated(); in isAuthenticated() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
H A DSystemUIDeviceEntryFaceAuthInteractor.kt319 override val isAuthenticated: StateFlow<Boolean> = repository.isAuthenticated in <lambda>() constant
362 .onEach { (isAuthenticated, userInfo) -> in <lambda>() method
368 .onEach { (isAuthenticated, _) -> in <lambda>() method
H A DNoopDeviceEntryFaceAuthInteractor.kt40 override val isAuthenticated: StateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
H A DDeviceEntryFaceAuthInteractor.kt39 val isAuthenticated: StateFlow<Boolean> constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
H A DNoopDeviceEntryFaceAuthRepository.kt38 override val isAuthenticated: StateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
H A DDeviceEntryFaceAuthRepository.kt99 val isAuthenticated: StateFlow<Boolean> in <lambda>() constant
208 override val isAuthenticated: StateFlow<Boolean> = _isAuthenticated constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptAuthState.kt27 val isAuthenticated: Boolean, constant in com.android.systemui.biometrics.ui.viewmodel.PromptAuthState
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeDeviceEntryFaceAuthRepository.kt34 override val isAuthenticated = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/
H A DAddOperations.java58 private static boolean isAuthenticated(Operation op) { in isAuthenticated() method in AddOperations
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrDesc.h427 bool isAuthenticated() const { in isAuthenticated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrDesc.h427 bool isAuthenticated() const { in isAuthenticated() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h425 bool isAuthenticated() const { in isAuthenticated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrDesc.h427 bool isAuthenticated() const { in isAuthenticated() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrDesc.h427 bool isAuthenticated() const { in isAuthenticated() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h431 bool isAuthenticated() const { in isAuthenticated() function

12