Home | History | Annotate | Download | only in trust

Lines Matching defs:trust

17 package com.android.server.trust;
30 import android.app.trust.ITrustListener;
31 import android.app.trust.ITrustManager;
56 import android.service.trust.TrustAgentService;
73 * Manages trust agents and trust listeners.
75 * It is responsible for binding to the enabled {@link android.service.trust.TrustAgentService}s
80 * It also keeps a set of {@link android.app.trust.ITrustListener}s that are notified whenever the
81 * trust state changes for any user.
83 * Trust state and the setting of enabled agents is kept per user and each user has its own
84 * instance of a {@link android.service.trust.TrustAgentService}.
140 // No trust agents in safe mode.
423 if (!"trust-agent".equals(nodeName)) {
424 Slog.w(TAG, "Meta-data does not start with trust-agent tag");
696 Manifest.permission.ACCESS_KEYGUARD_SECURE_STORAGE, "reporting trust events");
701 "register trust listener");
720 fout.println("Trust manager state:");