Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/aidl/android/content/pm/
H A DIPackageManagerNative.aidl66 const int LOCATION_SYSTEM = 0x1; field
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/
H A DPackageInfo.cpp66 ((flags & ::android::content::pm::IPackageManagerNative::LOCATION_SYSTEM) != 0); in ANeuralNetworks_fetch_PackageInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java27128 return ((appInfo.isSystemApp() ? IPackageManagerNative.LOCATION_SYSTEM : 0)