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;230 active ? TrustAgentService.TOKEN_STATE_ACTIVE231 : TrustAgentService.TOKEN_STATE_INACTIVE);
51 import android.service.trust.TrustAgentService;92 new Intent(TrustAgentService.SERVICE_INTERFACE);529 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsAttrs()531 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsAttrs()
26 import android.service.trust.TrustAgentService;79 (flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0;81 (flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0;
78 public class TrustAgentService extends Service { class80 private final String TAG = TrustAgentService.class.getSimpleName() +
40556 public class TrustAgentService extends android.app.Service {40557 ctor public TrustAgentService();40578 …public static final java.lang.String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";