Searched defs:deactivatePackage (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/apex/apexd/aidl/android/apex/ | ||
H A D | IApexService.aidl | 83 void deactivatePackage(in @utf8InCpp String package_path); in deactivatePackage() method |
/aosp12/system/apex/apexd/ | ||
H A D | apexservice.cpp | 396 BinderStatus ApexService::deactivatePackage(const std::string& package_path) { in deactivatePackage() function in android::apex::binder::__anonf34a850d0110::ApexService |