Searched defs:isPinEnhancedPrivacyEnabled (Results 1 – 6 of 6) sorted by relevance
152 fun isPinEnhancedPrivacyEnabled() = in isPinEnhancedPrivacyEnabled() method
129 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> in <lambda>() constant237 override val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = constant
77 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = in <lambda>() constant
138 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = repository.isPinEnhancedPrivacyEnabled in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
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