Searched refs:IsAppDebuggable (Results 1 – 1 of 1) sorted by relevance
533 bool IsAppDebuggable(int user_id, const std::string& package_name) { in IsAppDebuggable() function795 if (app_type == "unknown" && IsAppDebuggable(user_id, app_package_name)) { in RunInAppContext()