Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp68 static InstallMode best_install_mode() { in best_install_mode() function
137 if (best_install_mode() == INSTALL_PUSH) { in uninstall_app()
420 const auto bestMode = best_install_mode(); in calculate_install_mode()
498 best_install_mode() == INSTALL_PUSH) { in install_app()
566 : best_install_mode() == INSTALL_PUSH ? "exec:pm" : "exec:cmd package"; in install_multiple_app_streamed()
699 best_install_mode() == INSTALL_PUSH) { in install_multiple_app()
744 if (best_install_mode() == INSTALL_PUSH) { in install_multi_package()