Searched refs:destroyCeSnapshotsNotSpecified (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApexManager.java | 350 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
|
D | Installer.java | 765 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/ |
D | IInstalld.aidl | 122 void destroyCeSnapshotsNotSpecified(@nullable @utf8InCpp String uuid, int userId, in destroyCeSnapshotsNotSpecified() method
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 77 binder::Status destroyCeSnapshotsNotSpecified(const std::unique_ptr<std::string> &volumeUuid,
|
D | InstalldNativeService.cpp | 1134 binder::Status InstalldNativeService::destroyCeSnapshotsNotSpecified( in destroyCeSnapshotsNotSpecified() function in android::installd::InstalldNativeService
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | RollbackManagerServiceImpl.java | 510 ApexManager.getInstance().destroyCeSnapshotsNotSpecified(userId, rollbackIds); in destroyCeSnapshotsForExpiredRollbacks() 512 mInstaller.destroyCeSnapshotsNotSpecified(userId, rollbackIds); in destroyCeSnapshotsForExpiredRollbacks()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 671 ASSERT_TRUE(service->destroyCeSnapshotsNotSpecified( in TEST_F()
|
/frameworks/base/services/ |
D | art-profile | 23559 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
|