Searched refs:TrustAgentService (Results 1 – 5 of 5) sorted by relevance
26 import android.service.trust.TrustAgentService;33 public class SampleTrustAgent extends TrustAgentService
74 public class TrustAgentService extends Service { class75 private final String TAG = TrustAgentService.class.getSimpleName() +
56 import android.service.trust.TrustAgentService;92 new Intent(TrustAgentService.SERVICE_INTERFACE);410 TrustAgentService.TRUST_AGENT_META_DATA); in getSettingsComponentName()412 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data"); in getSettingsComponentName()
44 import android.service.trust.TrustAgentService;
28807 public class TrustAgentService extends android.app.Service {28808 ctor public TrustAgentService();28818 …public static final java.lang.String SERVICE_INTERFACE = "android.service.trust.TrustAgentService";