Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp303 FastDeploy_AgentUpdateStrategy agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in install_app() local
324 agent_update_strategy = FastDeploy_AgentUpdateAlways; in install_app()
327 agent_update_strategy = FastDeploy_AgentUpdateNewerTimeStamp; in install_app()
330 agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in install_app()
374 update_agent(agent_update_strategy); in install_app()