Searched refs:MATCH_ACTIVE_PACKAGE (Results 1 – 2 of 2) sorted by relevance
95 static final int MATCH_ACTIVE_PACKAGE = 1 << 0; field in ApexManager100 value = {MATCH_ACTIVE_PACKAGE, MATCH_FACTORY_PACKAGE})179 boolean matchActive = (flags & MATCH_ACTIVE_PACKAGE) != 0; in getPackageInfo()
4266 return mApexManager.getPackageInfo(packageName, ApexManager.MATCH_ACTIVE_PACKAGE); in getPackageInfoInternal()24961 ApexManager.MATCH_ACTIVE_PACKAGE);