Home
last modified time | relevance | path

Searched defs:getSecurityMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/
DAuthenticationModule.kt34 fun getSecurityMode( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityModel.java62 public SecurityMode getSecurityMode(int userId) { in getSecurityMode() method in KeyguardSecurityModel
DKeyguardInputViewController.java126 SecurityMode getSecurityMode() { in getSecurityMode() method in KeyguardInputViewController
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt60 @Mock private lateinit var getSecurityMode: Function<Int, KeyguardSecurityModel.SecurityMode> variable in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt190 private val getSecurityMode: Function<Int, KeyguardSecurityModel.SecurityMode>, constant in com.android.systemui.authentication.data.repository.AuthenticationRepositoryImpl