Home
last modified time | relevance | path

Searched refs:cleanupInvalidPackageDirs (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl130 void cleanupInvalidPackageDirs(@nullable @utf8InCpp String uuid, int userId, int flags); in cleanupInvalidPackageDirs() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java474 public void cleanupInvalidPackageDirs(String uuid, int userId, int flags) in cleanupInvalidPackageDirs() method in Installer
478 mInstalld.cleanupInvalidPackageDirs(uuid, userId, flags); in cleanupInvalidPackageDirs()
DAppDataHelper.java379 mInstaller.cleanupInvalidPackageDirs(volumeUuid, userId, flags);
/frameworks/native/cmds/installd/
DInstalldNativeService.h203 binder::Status cleanupInvalidPackageDirs(const std::optional<std::string>& uuid, int32_t userId,
DInstalldNativeService.cpp3929 binder::Status InstalldNativeService::cleanupInvalidPackageDirs( in cleanupInvalidPackageDirs() function in android::installd::InstalldNativeService
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp376 service->cleanupInvalidPackageDirs(testUuid, 0, FLAG_STORAGE_CE | FLAG_STORAGE_DE); in TEST_F()
/frameworks/base/services/
Dart-wear-profile18253 PLcom/android/server/pm/Installer;->cleanupInvalidPackageDirs(Ljava/lang/String;II)V