Searched refs:TrustAgentService (Results 1 – 6 of 6) sorted by relevance
22 import android.service.trust.TrustAgentService;201 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0) { in dumpGrantFlags()205 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0) { in dumpGrantFlags()
42 import android.service.trust.TrustAgentService;233 active ? TrustAgentService.TOKEN_STATE_ACTIVE234 : TrustAgentService.TOKEN_STATE_INACTIVE);505 TrustAgentService.TOKEN_STATE_ACTIVE); in onEscrowTokenActivated()
56 import android.service.trust.TrustAgentService;103 new Intent(TrustAgentService.SERVICE_INTERFACE);750 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()752 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsAttrs()
27 import android.service.trust.TrustAgentService;74 (flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0;76 (flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0;
80 public class TrustAgentService extends Service { class82 private final String TAG = TrustAgentService.class.getSimpleName() +
6782 public class TrustAgentService extends android.app.Service {6783 ctor public TrustAgentService();6805 field public static final String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";