Home
last modified time | relevance | path

Searched defs:doPackage (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java161 final String doPackage = mData.mDeviceOwner != null ? mData.mDeviceOwner.packageName : null; in pushToPackageManagerLocked() local
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp2635 int doPackage(Bundle* bundle) in doPackage() function