Lines Matching full:library
1 This library (com.android.mediadrm.signer.jar) is a shared java library
6 --- Rules of this library ---
7 o This library is effectively a PUBLIC API for unbundled CAST receivers
11 o This library can see and instantiate internal platform classes, but it must not
13 break clients of the library because they cannot see the internal platform classes.
15 This library is distributed in the system image, and loaded as
16 a shared library. So you can change the implementation, but not
19 --- Why does this library exist? ---
23 This library will eventually be replaced when the provisioned certificate-
24 based signing infrastructure that is currently defined in the support library
26 this library is a compromise to make new capabilities available to the system
27 without exposing the full surface area of the support library.