Searched refs:isStealthModeActive (Results 1 – 4 of 4) sorted by relevance
20 override fun isStealthModeActive(userId: Int): Boolean = stealthMode in <lambda>() method in com.android.systemui.biometrics.domain.interactor.FakeCredentialInteractor
27 fun isStealthModeActive(userId: Int): Boolean in isStealthModeActive() method58 override fun isStealthModeActive(userId: Int): Boolean = in isStealthModeActive() method in com.android.systemui.biometrics.domain.interactor.CredentialInteractorImpl
95 stealthMode = credentialInteractor.isStealthModeActive(userId) in <lambda>()
79 assertThat(interactor.isStealthModeActive(USER_ID)).isEqualTo(!value) in testStealthMode()