Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java341 public abstract boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds); in destroyCeSnapshotsNotSpecified() method in ApexManager
855 public boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds) { in destroyCeSnapshotsNotSpecified() method in ApexManager.ApexManagerImpl
857 waitForApexService().destroyCeSnapshotsNotSpecified(userId, retainRollbackIds); in destroyCeSnapshotsNotSpecified()
1153 public boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds) { in destroyCeSnapshotsNotSpecified() method in ApexManager.ApexManagerFlattenedApex
H A DInstaller.java1088 public boolean destroyCeSnapshotsNotSpecified(@UserIdInt int userId, in destroyCeSnapshotsNotSpecified() method in Installer
1093 mInstalld.destroyCeSnapshotsNotSpecified(null, userId, retainSnapshotIds); in destroyCeSnapshotsNotSpecified()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerServiceImpl.java563 ApexManager.getInstance().destroyCeSnapshotsNotSpecified(userId, rollbackIds);
565 mInstaller.destroyCeSnapshotsNotSpecified(userId, rollbackIds);