Home
last modified time | relevance | path

Searched defs:app_type (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Denvironment.cpp722 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string app_type) in SimpleperfAppRunner()
794 std::string app_type = GetAppType(app_package_name); in RunInAppContext() local
Dcmd_record_test.cpp723 static void TestRecordingApps(const std::string& app_name, const std::string& app_type) { in TestRecordingApps()