Home
last modified time | relevance | path

Searched refs:TRUST_AGENT_INTENT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentsPreferenceController.java53 private static final Intent TRUST_AGENT_INTENT = field in TrustAgentsPreferenceController
139 TRUST_AGENT_INTENT, PackageManager.GET_META_DATA); in findAvailableTrustAgents()
DTrustAgentManager.java66 private static final Intent TRUST_AGENT_INTENT = field in TrustAgentManager
114 final List<ResolveInfo> resolveInfos = pm.queryIntentServices(TRUST_AGENT_INTENT, in getActiveTrustAgents()