Searched refs:BaseTrustAgentService (Results 1 – 8 of 8) sorted by relevance
25 abstract class BaseTrustAgentService : TrustAgentService() { class40 mutableMapOf<KClass<out BaseTrustAgentService>, BaseTrustAgentService>()43 fun instance(serviceClass: KClass<out BaseTrustAgentService>): BaseTrustAgentService? { in instance()
22 import android.trust.BaseTrustAgentService40 class TrustAgentRule<T : BaseTrustAgentService>(49 val agent get() = BaseTrustAgentService.instance(serviceClass) as T104 BaseTrustAgentService.instance(serviceClass) != null in verifyAgentIsRunning()110 BaseTrustAgentService.instance(serviceClass) == null in ensureAgentIsNotRunning()137 inline operator fun <reified T : BaseTrustAgentService> invoke(
20 import android.trust.BaseTrustAgentService98 class UserUnlockRequestTrustAgent : BaseTrustAgentService() { in await()
22 import android.trust.BaseTrustAgentService131 class IsActiveUnlockRunningTrustAgent : BaseTrustAgentService()
22 import android.trust.BaseTrustAgentService158 class TemporaryAndRenewableTrustAgent : BaseTrustAgentService()
24 import android.trust.BaseTrustAgentService156 class GrantAndRevokeTrustAgent : BaseTrustAgentService()
20 import android.trust.BaseTrustAgentService in <lambda>()174 class UnlockAttemptTrustAgent : BaseTrustAgentService() {
12 1. Create a new class extending from `BaseTrustAgentService` class in your test file