Searched defs:libs (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/libs-permissions/product/java/com/android/test/libs/product/
H A DLibsProductTest.java17 package com.android.test.libs.product;
20 * Test class for product libs.
/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp152 size_t loadLibraries(const effectsConfig::Libraries& libs, argument
157 for (auto& library : libs) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3350 status_t ResourceTable::flattenLibraryTable(const sp<AaptFile>& dest, const Vector<sp<Package> >& libs) { argument
3352 if (libs.size() > 0) {
3358 const size_t count = libs.size();
3371 sp<Package> libPackage = libs[i];
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4061 // Normalize package name to handle renamed packages and static libs
4231 // Callers can access only the libs they depend on, otherwise they need to explicitly
4232 // ask for the shared libraries given the caller is allowed to access all static libs.
4234 // System/shell/root get to see all static libs
4240 // Installer gets to see all static libs.
4475 // Normalize package name to handle renamed packages and static libs
4679 // Skip packages that are not static shared libs.
4683 // Important: We skip static shared libs used for some user since
4692 // Skip unused static shared libs cached less than the min period
5182 Set<String> libs
9438 findSharedNonSystemLibrariesRecursive(ArrayList<String> libs, long[] versions, ArrayList<PackageParser.Package> collected, Set<String> collectedNames) argument
[all...]

Completed in 135 milliseconds