Searched defs:destroyCeSnapshots (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/apex/apexd/aidl/android/apex/ | ||
H A D | IApexService.aidl | 58 void destroyCeSnapshots(int user_id, int rollback_id); in destroyCeSnapshots() method |
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ | ||
H A D | ApexManager.java | 367 public abstract boolean destroyCeSnapshots(int userId, int rollbackId); in destroyCeSnapshots() method in ApexManager |
/aosp12/system/apex/apexd/ | ||
H A D | apexservice.cpp | 588 BinderStatus ApexService::destroyCeSnapshots(int user_id, int rollback_id) { in destroyCeSnapshots() function in android::apex::binder::__anonf34a850d0110::ApexService |