Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 131) sorted by relevance

123456

/aosp14/frameworks/base/media/lib/remotedisplay/
H A DREADME.txt2 First, com.android.media.remotedisplay.jar is a shared java library
5 library which provides build-time APIs to the unbundled clients.
8 <uses-library> tag. And since Java always tries to load a class from the
9 parent classloader, regardless of whether the stub library is linked to the
11 library.
13 --- Rules of this library ---
22 This library is distributed in the system image, and loaded as
23 a shared library. So you can change the implementation, but not
26 --- Why does this library exists? ---
31 This library will eventually be replaced when the media route provider
[all …]
/aosp14/frameworks/base/media/lib/signer/
H A DREADME.txt2 First, com.android.mediadrm.signer.jar is a shared java library
6 Second, com.android.mediadrm.signer.stubs.jar is a stub for the shared library
9 At runtime, the shared library is added to the classloader of the app via the
10 <uses-library> tag. And since Java always tries to load a class from the
11 parent classloader, regardless of whether the stub library is linked to the
13 library.
15 --- Rules of this library ---
24 This library is distributed in the system image, and loaded as
25 a shared library. So you can change the implementation, but not
28 --- Why does this library exist? ---
[all …]
/aosp14/frameworks/base/media/lib/tvremote/
H A DREADME.txt1 This library (com.android.media.tv.remoteprovider.jar) is a shared java library
4 --- Rules of this library ---
5 o This library is effectively a System API for unbundled emote service provider
9 o This library can see and instantiate internal platform classes, but it must not
11 break clients of the library because they cannot see the internal platform classes.
13 This library is distributed in the system image, and loaded as
14 a shared library. So you can change the implementation, but not
17 --- Why does this library exist? ---
22 This library will eventually be replaced when the inputmanager
25 That API isn't ready yet so this library is a compromise to
/aosp14/frameworks/base/location/lib/
H A DREADME.txt1 This library (com.android.location.provider.jar) is a shared java library
4 --- Rules of this library ---
5 o This library is effectively a PUBLIC API for unbundled location providers
9 o This library can see and instantiate internal platform classes (such as
12 library because they cannot see the internal platform classes.
14 This library is distributed in the system image, and loaded as
15 a shared library. So you can change the implementation, but not
18 --- Why does this library exists? ---
27 The compromise is this library.
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Doverview.md7 The primary motivation for the WindowManager Shell (WMShell) library is to effectively scale
15 ## Who is using the library?
17 Currently, the WMShell library is used to drive the windowing experience on handheld
22 The core WMShell library code is currently located in the [frameworks/base/libs/WindowManager/Shell…
25 ## How do I build the Shell library
27 The library can be built directly by running (using [go/makepush](http://go/makepush)):
31 But this is mainly useful for inspecting the contents of the library or verifying it builds. The
32 various targets can be found in the Shell library's [Android.bp](frameworks/base/libs/WindowManager…
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedLibraryUtils.java41 SharedLibraryInfo library) { in addSharedLibraryToPackageVersionMap() argument
42 final String name = library.getName(); in addSharedLibraryToPackageVersionMap()
44 if (library.getType() != SharedLibraryInfo.TYPE_STATIC) { in addSharedLibraryToPackageVersionMap()
47 } else if (target.get(name).indexOfKey(library.getLongVersion()) >= 0) { in addSharedLibraryToPackageVersionMap()
54 target.get(name).put(library.getLongVersion(), library); in addSharedLibraryToPackageVersionMap() local
/aosp14/frameworks/base/
H A Dpathmap.mk27 multidex/library/src \
51 extensions/library/src/main \
52 extensions/library/src/doc
H A DProtoLibraries.bp79 // ==== java proto host library ==============================
106 // ==== java proto device library (for test only) ==============================
133 // ==== java proto device library (for test only) ==============================
160 // ==== c++ proto device library ==============================
210 // This library is meant for vendor code that needs to output protobuf. It links
218 // This is okay because this library is only built as a static library. The C++
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/library/
H A DPackageBackwardCompatibility.java17 package com.android.server.pm.parsing.library;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_BASE;
20 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_MOCK;
21 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_RUNNER;
22 import static com.android.server.pm.parsing.library.SharedLibraryNames.ORG_APACHE_HTTP_LEGACY;
H A DAndroidHidlUpdater.java16 package com.android.server.pm.parsing.library;
18 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_HIDL_BASE;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_HIDL_MANAGER;
H A DAndroidTestBaseUpdater.java16 package com.android.server.pm.parsing.library;
18 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_BASE;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_RUNNER;
H A DOrgApacheHttpLegacyUpdater.java16 package com.android.server.pm.parsing.library;
18 import static com.android.server.pm.parsing.library.SharedLibraryNames.ORG_APACHE_HTTP_LEGACY;
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/library/
H A DAndroidTestRunnerSplitUpdaterTest.java17 package com.android.server.pm.parsing.library;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_MOCK;
20 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_RUNNER;
27 import com.android.server.pm.parsing.library.PackageBackwardCompatibility.AndroidTestRunnerSplitUpd…
H A DPackageBackwardCompatibilityTest.java17 package com.android.server.pm.parsing.library;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_BASE;
20 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_MOCK;
21 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_RUNNER;
22 import static com.android.server.pm.parsing.library.SharedLibraryNames.ORG_APACHE_HTTP_LEGACY;
31 import com.android.server.pm.parsing.library.PackageBackwardCompatibility.RemoveUnnecessaryAndroidT…
H A DRemoveUnnecessaryAndroidTestBaseLibraryTest.java17 package com.android.server.pm.parsing.library;
19 import static com.android.server.pm.parsing.library.SharedLibraryNames.ANDROID_TEST_BASE;
26 import com.android.server.pm.parsing.library.PackageBackwardCompatibility.RemoveUnnecessaryAndroidT…
/aosp14/frameworks/base/packages/SettingsLib/Spa/
H A Dgradle.properties32 # https://developer.android.com/topic/libraries/support-library/androidx-rn
36 # Enables namespacing of each library's R class so that its R class includes only the
37 # resources declared in the library itself and none from the library's dependencies,
38 # thereby reducing the size of the R class for that library
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected.txt18 uses-library:'mylib1'
19 uses-library-not-required:'my_optional_lib'
20 uses-native-library:'native1'
21 uses-native-library-not-required:'optional'
/aosp14/system/core/libprocessgroup/cgrouprc/
H A DAndroid.bp26 // that links to the static library will behave unexpectedly. All on-device
27 // modules should use libprocessgroup which links to the LL-NDK library
28 // defined below. The static library is built for tests.
/aosp14/frameworks/base/wifi/tests/
H A DREADME.md4 [Android Testing Support Library](http://developer.android.com/tools/testing-support-library/index.…
16 1. rebuild the framework library 'make -j32'
17 2. sync over the updated library to the device 'adb sync'
/aosp14/frameworks/base/test-base/
H A DAndroid.bp17 // Build the android.test.base library
73 // Build the android.test.base_static library
76 // library.
99 // Build the android.test.base-minus-junit library
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
H A Dproject.properties15 android.library.reference.1=../filterfw-test-lib
16 android.library.reference.2=../filterfw
/aosp14/system/core/fs_mgr/
H A DAndroid.bp152 // Do not ever allow this library to be vendor_available as a shared library.
167 // Do not ever allow this library to be vendor_available as a shared library.
177 // Do not ever make this a shared library as long as it is vendor_available.
/aosp14/frameworks/base/test-runner/
H A DAndroid.bp17 // Build the android.test.runner library
65 // Build the android.test.runner-minus-junit library
68 // library and must not be used elsewhere.
/aosp14/frameworks/base/test-mock/
H A DAndroid.bp17 // Build the android.test.mock library
32 // Note: Below are NOT APIs of this library. We only take APIs under
36 // when the classes are compiled into a Jar library.
/aosp14/frameworks/base/packages/Shell/
H A DAndroid.bp30 // A library for product type like auto to create a new shell package
33 name: "Shell-package-library",

123456