Searched refs:GatekeeperPasswordInfo (Results 1 – 4 of 4) sorted by relevance
40 data class GatekeeperPasswordInfo(val token: ByteArray?, val passwordHandle: Long?) : dataClass63 gatekeeperInfo.map { it is GatekeeperInfo.GatekeeperPasswordInfo } in <lambda>()82 _gatekeeperInfo.update { GatekeeperInfo.GatekeeperPasswordInfo(res.second, res.first) } in onConfirmDevice()114 return GatekeeperInfo.GatekeeperPasswordInfo(token, challenge) in toGateKeeperInfo()
89 hardwareAuthToken is GatekeeperInfo.GatekeeperPasswordInfo && in <lambda>()
124 if (shouldStartEnroll) (gatekeeperInfo as GatekeeperInfo.GatekeeperPasswordInfo).token in <lambda>()
232 val hasConfirmedDeviceCredential = gatekeeperInfo is GatekeeperInfo.GatekeeperPasswordInfo in <lambda>()