Searched refs:isPinEnhancedPrivacyEnabled (Results 1 – 9 of 9) sorted by relevance
152 fun isPinEnhancedPrivacyEnabled() = in isPinEnhancedPrivacyEnabled() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest154 whenever(lockPatternUtils.isPinEnhancedPrivacyEnabled(USER_INFOS[0].id)) in isPinEnhancedPrivacyEnabled()156 whenever(lockPatternUtils.isPinEnhancedPrivacyEnabled(USER_INFOS[1].id)) in isPinEnhancedPrivacyEnabled()159 val values by collectValues(underTest.isPinEnhancedPrivacyEnabled) in isPinEnhancedPrivacyEnabled()
129 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> in <lambda>() constant237 override val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = constant240 getFreshValue = { userId -> lockPatternUtils.isPinEnhancedPrivacyEnabled(userId) }, in userId()
77 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = in <lambda>() constant78 authenticationInteractor.isPinEnhancedPrivacyEnabled in <lambda>()
132 interactor.isPinEnhancedPrivacyEnabled in <lambda>()137 initialValue = !interactor.isPinEnhancedPrivacyEnabled.value, in <lambda>()
138 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = repository.isPinEnhancedPrivacyEnabled in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
94 .isPinEnhancedPrivacyEnabled(mSelectedUserInteractor.getSelectedUserId()); in onViewAttached()
65 override val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
1101 public boolean isPinEnhancedPrivacyEnabled(int userId) { in isPinEnhancedPrivacyEnabled() method in LockPatternUtils
766 out.writeUTF(lockPatternUtils.isPinEnhancedPrivacyEnabled(userId) ? "1" : "0"); in getLockSettings()