Searched refs:get_device_api_level (Results 1 – 3 of 3) sorted by relevance
28 int get_device_api_level();
56 int get_device_api_level() { in get_device_api_level() function
352 if (use_fastdeploy == true && get_device_api_level() < kFastDeployMinApi) { in install_app()