Searched refs:createProfileSnapshot (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtManagerService.java | 252 createProfileSnapshot(packageName, ArtManager.getProfileName(splitName), codePath, in snapshotAppProfile() 258 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot() method in ArtManagerService 263 if (!mInstaller.createProfileSnapshot(appId, packageName, profileName, classpath)) { in createProfileSnapshot() 335 createProfileSnapshot(BOOT_IMAGE_ANDROID_PACKAGE, BOOT_IMAGE_PROFILE_NAME, classpath, in snapshotBootImageProfile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 843 void createProfileSnapshot(int32_t appid, const std::string& package_name, in createProfileSnapshot() function in android::installd::ProfileTest 846 ASSERT_BINDER_SUCCESS(service_->createProfileSnapshot( in createProfileSnapshot() 976 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 985 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 992 createProfileSnapshot(kTestAppId, "not.there", /*expected_result*/ false); in TEST_F() 999 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 1113 ASSERT_BINDER_SUCCESS(service_->createProfileSnapshot( in createBootImageProfileSnapshot()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 71 boolean createProfileSnapshot(int appId, @utf8InCpp String packageName, in createProfileSnapshot() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 564 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot() method in Installer 568 return mInstalld.createProfileSnapshot(appId, packageName, profileName, classpath); in createProfileSnapshot()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 117 binder::Status createProfileSnapshot(int32_t appId, const std::string& packageName,
|
D | InstalldNativeService.cpp | 2063 binder::Status InstalldNativeService::createProfileSnapshot(int32_t appId, in createProfileSnapshot() function in android::installd::InstalldNativeService
|
/frameworks/base/services/ |
D | art-profile | 10336 PLcom/android/server/pm/Installer;->createProfileSnapshot(ILjava/lang/String;Ljava/lang/String;Ljav… 11862 PLcom/android/server/pm/dex/ArtManagerService;->createProfileSnapshot(Ljava/lang/String;Ljava/lang/…
|