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.java350 public abstract boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds); in destroyCeSnapshotsNotSpecified() method in ApexManager
872 public boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds) { in destroyCeSnapshotsNotSpecified() method in ApexManager.ApexManagerImpl
874 waitForApexService().destroyCeSnapshotsNotSpecified(userId, retainRollbackIds); in destroyCeSnapshotsNotSpecified()
1124 public boolean destroyCeSnapshotsNotSpecified(int userId, int[] retainRollbackIds) { in destroyCeSnapshotsNotSpecified() method in ApexManager.ApexManagerFlattenedApex
DInstaller.java765 public boolean destroyCeSnapshotsNotSpecified(@UserIdInt int userId, in destroyCeSnapshotsNotSpecified() method in Installer
770 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/native/cmds/installd/
DInstalldNativeService.h77 binder::Status destroyCeSnapshotsNotSpecified(const std::unique_ptr<std::string> &volumeUuid,
DInstalldNativeService.cpp1134 binder::Status InstalldNativeService::destroyCeSnapshotsNotSpecified( in destroyCeSnapshotsNotSpecified() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java510 ApexManager.getInstance().destroyCeSnapshotsNotSpecified(userId, rollbackIds); in destroyCeSnapshotsForExpiredRollbacks()
512 mInstaller.destroyCeSnapshotsNotSpecified(userId, rollbackIds); in destroyCeSnapshotsForExpiredRollbacks()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp671 ASSERT_TRUE(service->destroyCeSnapshotsNotSpecified( in TEST_F()
/frameworks/base/services/
Dart-profile23559 PLcom/android/server/pm/ApexManager$ApexManagerFlattenedApex;->destroyCeSnapshotsNotSpecified(I[I)Z
23569 PLcom/android/server/pm/ApexManager$ApexManagerImpl;->destroyCeSnapshotsNotSpecified(I[I)Z
23972 PLcom/android/server/pm/Installer;->destroyCeSnapshotsNotSpecified(I[I)Z