Searched defs:kPrimaryProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp676 static constexpr const char* kPrimaryProfile = "primary.prof"; member in class:android::installd::ProfileTest
681 kTestUserId, package_name_, kPrimaryProfile, /*is_secondary_dex*/ false);
682 ref_profile_ = create_reference_profile_path(package_name_, kPrimaryProfile,
684 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile);
707 appid, package_name, kPrimaryProfile, apk_path_, &result);
865 binder::Status binder_result = service_->destroyProfileSnapshot(package_name_, kPrimaryProfile);
901 kPrimaryProfile, /*is_secondary_dex*/false);
916 kPrimaryProfile, /*is_secondary_dex*/false);

Completed in 60 milliseconds