Searched refs:HelpFaceAuthenticationStatus (Results 1 – 8 of 8) sorted by relevance
32 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus in <lambda>()67 private val faceHelp: Flow<HelpFaceAuthenticationStatus> = in <lambda>()68 faceAuthInteractor.authenticationStatus.filterIsInstance<HelpFaceAuthenticationStatus>() in <lambda>()157 Flow<(HelpFaceAuthenticationStatus) -> Boolean> = in <lambda>()167 { helpStatus: HelpFaceAuthenticationStatus -> in <lambda>()173 flowOf { _: HelpFaceAuthenticationStatus -> true } in <lambda>()175 flowOf { _: HelpFaceAuthenticationStatus -> false } in <lambda>()
26 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus in <lambda>()54 private val faceHelp: Flow<HelpFaceAuthenticationStatus> = in <lambda>()55 faceAuthInteractor.authenticationStatus.filterIsInstance<HelpFaceAuthenticationStatus>() in <lambda>()
36 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus269 HelpFaceAuthenticationStatus( in faceHelpMessage_faceOnly()296 HelpFaceAuthenticationStatus( in faceHelpMessageShouldDefer()321 HelpFaceAuthenticationStatus( in faceHelpMessage_coEx()
42 data class HelpFaceAuthenticationStatus( dataClass
42 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus in <lambda>()382 HelpFaceAuthenticationStatus(1, "some helpful message") in <lambda>()
40 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus in <lambda>()485 _authenticationStatus.value = HelpFaceAuthenticationStatus(code, helpStr.toString()) in onAuthenticationHelp()
55 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus498 val response = authStatus() as HelpFaceAuthenticationStatus in faceHelpMessagesAreIgnoredBasedOnConfig()
134 import com.android.systemui.deviceentry.shared.model.HelpFaceAuthenticationStatus;1349 } else if (status instanceof HelpFaceAuthenticationStatus) {1350 HelpFaceAuthenticationStatus helpMsg =1351 (HelpFaceAuthenticationStatus) status;