Home | History | Annotate | Download | only in settings

Lines Matching defs:agent

112     // Only allow one trust agent on the platform.
376 final TrustAgentComponentInfo agent = agents.get(i);
380 trustAgentPreference.setTitle(agent.title);
381 trustAgentPreference.setSummary(agent.summary);
384 intent.setComponent(agent.componentName);
390 if (agent.disabledByAdministrator) {
827 final TrustAgentComponentInfo agent = agents.get(i);
829 data.title = agent.title;