Searched refs:destroyCeSnapshotsNotSpecified (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApexManager.java | 335 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()
|
D | Installer.java | 855 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/ |
D | IInstalld.aidl | 122 void destroyCeSnapshotsNotSpecified(@nullable @utf8InCpp String uuid, int userId, in destroyCeSnapshotsNotSpecified() method
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | RollbackManagerServiceImpl.java | 592 ApexManager.getInstance().destroyCeSnapshotsNotSpecified(userId, rollbackIds); 594 mInstaller.destroyCeSnapshotsNotSpecified(userId, rollbackIds);
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 104 binder::Status destroyCeSnapshotsNotSpecified(const std::optional<std::string> &volumeUuid,
|
D | InstalldNativeService.cpp | 1824 binder::Status InstalldNativeService::destroyCeSnapshotsNotSpecified( in destroyCeSnapshotsNotSpecified() function in android::installd::InstalldNativeService
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 1074 ASSERT_TRUE(service->destroyCeSnapshotsNotSpecified( in TEST_F()
|
/frameworks/base/services/ |
D | art-wear-profile | 17652 PLcom/android/server/pm/ApexManager$ApexManagerImpl;->destroyCeSnapshotsNotSpecified(I[I)Z 18257 PLcom/android/server/pm/Installer;->destroyCeSnapshotsNotSpecified(I[I)Z
|