/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ui/viewmodel/ |
D | PromptAuthState.java | 12 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()
|
D | PromptIconViewModel.java | 109 …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()
|
D | PromptViewModel.java | 127 …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/ |
D | NoopDeviceEntryFaceAuthRepository.java | 21 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
|
D | DeviceEntryFaceAuthRepositoryImpl.java | 131 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
|
D | DeviceEntryFaceAuthRepository.java | 68 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 D | OperationModel.java | 55 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/ |
D | NoopDeviceEntryFaceAuthInteractor.java | 26 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
|
D | SystemUIDeviceEntryFaceAuthInteractor.java | 102 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
|
D | FaceAuthenticationListener.java | 23 public abstract void onAuthenticatedChanged(boolean isAuthenticated); in onAuthenticatedChanged()
|
D | DeviceEntryFaceAuthInteractor.java | 32 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 D | SystemUIDeviceEntryFaceAuthInteractor.kt | 319 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 D | NoopDeviceEntryFaceAuthInteractor.kt | 40 override val isAuthenticated: StateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
|
H A D | DeviceEntryFaceAuthInteractor.kt | 39 val isAuthenticated: StateFlow<Boolean> constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/ |
H A D | NoopDeviceEntryFaceAuthRepository.kt | 38 override val isAuthenticated: StateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
|
H A D | DeviceEntryFaceAuthRepository.kt | 99 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 D | PromptAuthState.kt | 27 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 D | FakeDeviceEntryFaceAuthRepository.kt | 34 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 D | AddOperations.java | 58 private static boolean isAuthenticated(Operation op) { in isAuthenticated() method in AddOperations
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCInstrDesc.h | 427 bool isAuthenticated() const { in isAuthenticated() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCInstrDesc.h | 427 bool isAuthenticated() const { in isAuthenticated() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 425 bool isAuthenticated() const { in isAuthenticated() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCInstrDesc.h | 427 bool isAuthenticated() const { in isAuthenticated() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCInstrDesc.h | 427 bool isAuthenticated() const { in isAuthenticated() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 431 bool isAuthenticated() const { in isAuthenticated() function
|