Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dadb_install.cpp46 static constexpr int kFastDeployMinApi = 24; variable
497 if (use_fastdeploy && get_device_api_level() < kFastDeployMinApi) { in install_app()
501 kFastDeployMinApi); in install_app()