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