/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/ |
H A D | TrustAgentListPreferenceControllerTest.java | 117 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 D | agent.cc | 52 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 D | TrustAgentListPreferenceController.java | 156 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 D | TrustAgentManager.java | 97 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 D | README.md | 3 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 D | ModuleManagerImpl.java | 73 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 D | common_load.cc | 72 static AgentLib agents[] = { variable 91 for (AgentLib& l : agents) { in FindAgent()
|
/aosp12/art/test/948-change-annotations/ |
H A D | build | 17 ./default-build "$@" --experimental agents
|
/aosp12/art/test/900-hello-plugin/ |
H A D | info.txt | 1 Tests that agents and plugins are loaded.
|
/aosp12/art/openjdkjvmti/ |
H A D | README.md | 5 runtime as a plugin. This allows the use of agents that can modify the running
|
H A D | ti_logging.cc | 132 art::gLogVerbosity.agents = val; in SetVerboseFlag()
|
/aosp12/art/tools/jvmti-agents/ |
H A D | README.md | 3 This is the collection of various jvmti agents that we have created for debugging or testing the
|
/aosp12/art/libartbase/base/ |
H A D | logging.h | 60 bool agents; member
|
/aosp12/art/tools/jvmti-agents/wrapagentproperties/ |
H A D | README.md | 4 an agents GetSystemPropert{y,ies} calls.
|
/aosp12/art/tools/jvmti-agents/enable-vlog/ |
H A D | README.md | 76 * `agents`
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbTest.java | 679 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 D | Android.bp | 339 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
|
/aosp12/art/cmdline/ |
H A D | cmdline_types.h | 684 log_verbosity.agents = true;
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | system_server.te | 960 # Allow system server to load JVMTI agents under control of a property.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | system_server.te | 1119 # Allow system server to load JVMTI agents under control of a property.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | system_server.te | 1119 # Allow system server to load JVMTI agents under control of a property.
|
/aosp12/system/sepolicy/private/ |
H A D | system_server.te | 1119 # Allow system server to load JVMTI agents under control of a property.
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 1318 // OPEN: Settings > Security > Trust agents
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 8195 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 D | metrics_constants.proto | 713 // OPEN: Settings > Security > Trust agents
|