Searched refs:use_fastdeploy (Results 1 – 1 of 1) sorted by relevance
142 static int install_app_streamed(int argc, const char** argv, bool use_fastdeploy, in install_app_streamed() argument161 if (is_apex && use_fastdeploy) { in install_app_streamed()165 if (use_fastdeploy == true) { in install_app_streamed()238 static int install_app_legacy(int argc, const char** argv, bool use_fastdeploy, in install_app_legacy() argument262 if (use_fastdeploy == true) { in install_app_legacy()284 if (use_fastdeploy == true) { in install_app_legacy()300 bool use_fastdeploy = false; in install_app() local318 use_fastdeploy = true; in install_app()321 use_fastdeploy = false; in install_app()352 if (use_fastdeploy == true && get_device_api_level() < kFastDeployMinApi) { in install_app()[all …]