Searched defs:isPinEnhancedPrivacyEnabled (Results 1 – 6 of 6) sorted by relevance
145 fun isPinEnhancedPrivacyEnabled() = in isPinEnhancedPrivacyEnabled() method
126 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> in <lambda>() constant245 override val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = constant
145 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = repository.isPinEnhancedPrivacyEnabled in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
62 override val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
92 val isPinEnhancedPrivacyEnabled: StateFlow<Boolean> = in <lambda>() constant
1194 public boolean isPinEnhancedPrivacyEnabled(int userId) { in isPinEnhancedPrivacyEnabled() method in LockPatternUtils