Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dadb_install.cpp415 const auto bestMode = best_install_mode(); in calculate_install_mode() local
418 return {INSTALL_INCREMENTAL, bestMode}; in calculate_install_mode()
421 return {bestMode, std::nullopt}; in calculate_install_mode()