Lines Matching full:library
1 This library (com.android.media.remotedisplay.jar) is a shared java library
4 --- Rules of this library ---
5 o This library is effectively a PUBLIC API for unbundled remote display providers
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 exists? ---
22 This library will eventually be replaced when the media route provider
23 infrastructure that is currently defined in the support library is reintegrated
25 library is a compromise to make new capabilities available to the system
26 without exposing the full surface area of the support library media