Home
last modified time | relevance | path

Searched refs:destroyCeSnapshotsNotSpecified (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java335 public abstract boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds); in destroyCeSnapshotsNotSpecified() method in ApexManager
854 public boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds) { in destroyCeSnapshotsNotSpecified() method in ApexManager.ApexManagerImpl
856 waitForApexService().destroyCeSnapshotsNotSpecified(userId, retainRollbackIds); in destroyCeSnapshotsNotSpecified()
DInstaller.java855 public boolean destroyCeSnapshotsNotSpecified(@UserIdInt int userId, in destroyCeSnapshotsNotSpecified() method in Installer
860 mInstalld.destroyCeSnapshotsNotSpecified(null, userId, retainSnapshotIds); in destroyCeSnapshotsNotSpecified()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl122 void destroyCeSnapshotsNotSpecified(@nullable @utf8InCpp String uuid, int userId, in destroyCeSnapshotsNotSpecified() method
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java592 ApexManager.getInstance().destroyCeSnapshotsNotSpecified(userId, rollbackIds);
594 mInstaller.destroyCeSnapshotsNotSpecified(userId, rollbackIds);
/frameworks/native/cmds/installd/
DInstalldNativeService.h104 binder::Status destroyCeSnapshotsNotSpecified(const std::optional<std::string> &volumeUuid,
DInstalldNativeService.cpp1824 binder::Status InstalldNativeService::destroyCeSnapshotsNotSpecified( in destroyCeSnapshotsNotSpecified() function in android::installd::InstalldNativeService
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp1074 ASSERT_TRUE(service->destroyCeSnapshotsNotSpecified( in TEST_F()
/frameworks/base/services/
Dart-wear-profile17652 PLcom/android/server/pm/ApexManager$ApexManagerImpl;->destroyCeSnapshotsNotSpecified(I[I)Z
18257 PLcom/android/server/pm/Installer;->destroyCeSnapshotsNotSpecified(I[I)Z