Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.h33 int get_device_api_level();
Dfastdeploy.cpp83 int get_device_api_level() { in get_device_api_level() function
Dadb_install.cpp502 if (use_fastdeploy && get_device_api_level() < kFastDeployMinApi) { in install_app()