Home
last modified time | relevance | path

Searched defs:agents (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/
DTrustAgentListPreferenceControllerTest.java130 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_shouldClearOldAgents() local
144 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_shouldAddNewAgents() local
159 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_ifNotAvailable_shouldNotAddNewAgents() local
173 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_controllerShouldHasKey() local
188 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_shouldShowDisabledByAdminRestrictedPreference() local
207 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_restrictedPreferenceShouldUseAdminDisabledSummary() local
247 final List<TrustAgentComponentInfo> agents = new ArrayList<>(); in updateDynamicRawDataToIndex_shouldIndexAgents() local
/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentListPreferenceController.java157 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateDynamicRawDataToIndex() local
188 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateTrustAgents() local
DTrustAgentManager.java97 final List<TrustAgentComponentInfo> agents = getActiveTrustAgents(context, utils); in getActiveTrustAgentLabel() local
/packages/apps/Camera2/src/com/android/camera/app/
DModuleManagerImpl.java73 List<ModuleAgent> agents = new ArrayList<ModuleAgent>(); in getRegisteredModuleAgents() local