Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp420 const auto bestMode = best_install_mode(); in calculate_install_mode() local
423 return {INSTALL_INCREMENTAL, bestMode}; in calculate_install_mode()
426 return {bestMode, std::nullopt}; in calculate_install_mode()