Home
last modified time | relevance | path

Searched refs:LOCATION_VENDOR (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/aidl/android/content/pm/
H A DIPackageManagerNative.aidl68 const int LOCATION_VENDOR = 0x2; field
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/
H A DPackageInfo.cpp69 ((flags & ::android::content::pm::IPackageManagerNative::LOCATION_VENDOR) != 0); in ANeuralNetworks_fetch_PackageInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java27129 | (appInfo.isVendor() ? IPackageManagerNative.LOCATION_VENDOR : 0)