Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp40 static constexpr int kFastDeployMinApi = 24; variable
352 if (use_fastdeploy == true && get_device_api_level() < kFastDeployMinApi) { in install_app()
355 kFastDeployMinApi); in install_app()