Searched defs:app_type (Results 1 – 4 of 4) sorted by relevance
138 optional string app_type = 3; // debuggable, profileable or non_profileable field
745 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string& app_type) in SimpleperfAppRunner()817 std::string app_type = GetAppType(app_package_name); in RunInAppContext() local
602 std::string app_type = get_meta_info_value("app_type"); in PrintMetaInfo() local
832 static void TestRecordingApps(const std::string& app_name, const std::string& app_type) { in TestRecordingApps()