Searched refs:fixupAppData (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 129 service->fixupAppData(testUuid, 0); in TEST_F() 149 service->fixupAppData(testUuid, 0); in TEST_F() 156 service->fixupAppData(testUuid, FLAG_FORCE); in TEST_F()
|
D | installd_dexopt_test.cpp | 329 status = service_->fixupAppData(volume_uuid_, kTestUserId); in create_mock_app()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 38 void fixupAppData(@nullable @utf8InCpp String uuid, int flags); in fixupAppData() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 226 public void fixupAppData(String uuid, int flags) throws InstallerException { in fixupAppData() method in Installer 229 mInstalld.fixupAppData(uuid, flags); in fixupAppData()
|
D | PackageManagerService.java | 3122 mInstaller.fixupAppData(StorageManager.UUID_PRIVATE_INTERNAL, in PackageManagerService()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 66 binder::Status fixupAppData(const std::optional<std::string>& uuid, int32_t flags);
|
D | InstalldNativeService.cpp | 773 binder::Status InstalldNativeService::fixupAppData(const std::optional<std::string>& uuid, in fixupAppData() function in android::installd::InstalldNativeService
|
/frameworks/base/services/ |
D | art-profile | 10343 HSPLcom/android/server/pm/Installer;->fixupAppData(Ljava/lang/String;I)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 11593 HSPLandroid/os/IInstalld$Stub$Proxy;->fixupAppData(Ljava/lang/String;I)V
|
D | hiddenapi-greylist-max-o.txt | 50231 Landroid/os/IInstalld$Stub$Proxy;->fixupAppData(Ljava/lang/String;I)V 50314 Landroid/os/IInstalld;->fixupAppData(Ljava/lang/String;I)V
|