Home
last modified time | relevance | path

Searched refs:agents (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/
H A DTrustAgentListPreferenceControllerTest.java117 final List<TrustAgentManager.TrustAgentComponentInfo> agents = new ArrayList<>(); in onResume_shouldClearOldAgents() local
124 agents.add(agent); in onResume_shouldClearOldAgents()
126 .thenReturn(agents); in onResume_shouldClearOldAgents()
143 agents.add(agent); in onResume_shouldAddNewAgents()
145 .thenReturn(agents); in onResume_shouldAddNewAgents()
163 agents.add(agent); in onResume_ifNotAvailable_shouldNotAddNewAgents()
165 .thenReturn(agents); in onResume_ifNotAvailable_shouldNotAddNewAgents()
182 agents.add(agent); in onResume_controllerShouldHasKey()
184 .thenReturn(agents); in onResume_controllerShouldHasKey()
202 agents.add(agent); in updateDynamicRawDataToIndex_shouldIndexAgents()
[all …]
/aosp12/art/runtime/ti/
H A Dagent.cc52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load()
62 VLOG(agents) << "Attaching agent: " << name_ << " " << args_; in Attach()
80 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
88 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
102 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
179 VLOG(agents) << this << " is not currently loaded!"; in Unload()
212 VLOG(agents) << "Unable to find 'Agent_OnLoad' symbol in " << this; in PopulateFunctions()
216 VLOG(agents) << "Unable to find 'Agent_OnAttach' symbol in " << this; in PopulateFunctions()
220 VLOG(agents) << "Unable to find 'Agent_OnUnload' symbol in " << this; in PopulateFunctions()
/aosp12/packages/apps/Settings/src/com/android/settings/security/trustagent/
H A DTrustAgentListPreferenceController.java156 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateDynamicRawDataToIndex() local
158 if (agents == null) { in updateDynamicRawDataToIndex()
162 for (int i = 0, size = agents.size(); i < size; i++) { in updateDynamicRawDataToIndex()
164 final TrustAgentManager.TrustAgentComponentInfo agent = agents.get(i); in updateDynamicRawDataToIndex()
187 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateTrustAgents() local
189 if (agents == null) { in updateTrustAgents()
194 for (int i = 0, size = agents.size(); i < size; i++) { in updateTrustAgents()
207 for (int i = 0, size = agents.size(); i < size; i++) { in updateTrustAgents()
210 TrustAgentManager.TrustAgentComponentInfo agent = agents.get(i); in updateTrustAgents()
H A DTrustAgentManager.java97 final List<TrustAgentComponentInfo> agents = getActiveTrustAgents(context, utils); in getActiveTrustAgentLabel() local
98 return agents.isEmpty() ? null : agents.get(0).title; in getActiveTrustAgentLabel()
/aosp12/art/tools/jvmti-agents/chain-agents/
H A DREADME.md3 The chainagents agent is a JVMTI agent that chain loads other agents from a file found at a
8 line-by-line loading the agents (with the arguments) listed in the file.
28 The chain-agents file is a list of agent files and arguments to load in the same format as the
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DModuleManagerImpl.java73 List<ModuleAgent> agents = new ArrayList<ModuleAgent>(); in getRegisteredModuleAgents() local
75 agents.add(mRegisteredModuleAgents.valueAt(i)); in getRegisteredModuleAgents()
77 return agents; in getRegisteredModuleAgents()
/aosp12/art/test/ti-agent/
H A Dcommon_load.cc72 static AgentLib agents[] = { variable
91 for (AgentLib& l : agents) { in FindAgent()
/aosp12/art/test/948-change-annotations/
H A Dbuild17 ./default-build "$@" --experimental agents
/aosp12/art/test/900-hello-plugin/
H A Dinfo.txt1 Tests that agents and plugins are loaded.
/aosp12/art/openjdkjvmti/
H A DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running
H A Dti_logging.cc132 art::gLogVerbosity.agents = val; in SetVerboseFlag()
/aosp12/art/tools/jvmti-agents/
H A DREADME.md3 This is the collection of various jvmti agents that we have created for debugging or testing the
/aosp12/art/libartbase/base/
H A Dlogging.h60 bool agents; member
/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A DREADME.md4 an agents GetSystemPropert{y,ies} calls.
/aosp12/art/tools/jvmti-agents/enable-vlog/
H A DREADME.md76 * `agents`
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java679 List<Integer> agents = mRecoverableKeyStoreDb.getRecoveryAgents(userId); in getRecoveryAgents_withTwoAgents() local
681 assertThat(agents).hasSize(2); in getRecoveryAgents_withTwoAgents()
682 assertThat(agents).contains(uid1); in getRecoveryAgents_withTwoAgents()
683 assertThat(agents).contains(uid2); in getRecoveryAgents_withTwoAgents()
/aosp12/art/libdexfile/
H A DAndroid.bp339 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
/aosp12/art/cmdline/
H A Dcmdline_types.h684 log_verbosity.agents = true;
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dsystem_server.te960 # Allow system server to load JVMTI agents under control of a property.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dsystem_server.te1119 # Allow system server to load JVMTI agents under control of a property.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dsystem_server.te1119 # Allow system server to load JVMTI agents under control of a property.
/aosp12/system/sepolicy/private/
H A Dsystem_server.te1119 # Allow system server to load JVMTI agents under control of a property.
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto1318 // OPEN: Settings > Security > Trust agents
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java8195 TestNetworkAgentWrapper... agents) { in assertBlockedCallbackInAnyOrder() argument
8196 final List<Network> expectedNetworks = Arrays.asList(agents).stream() in assertBlockedCallbackInAnyOrder()
8201 for (int i = 0; i < agents.length; i++) { in assertBlockedCallbackInAnyOrder()
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto713 // OPEN: Settings > Security > Trust agents

12