Lines Matching refs:provider
43 /** is a proxy for a content provider.
45 <p>Implementing a content provider proxy can be useful if the creation of
46 the real content provider object shall be deferred for some reason
48 instanciating and registering the real provider at the UCB, a proxy for
49 the real provider can be created and registered at the UCB.
58 must instanciate the real provider and return the return value
59 of a queryInterface call at the real provider, except for queries
62 provider in a completely transparent way.
67 /** gives access to the original content provider behind the proxy.
69 <p>The implementation will instantiate the real content provider only
76 /** a content provider implementation that wrappes the original provider.
81 /** a parameterized content provider implementation that wrappes the
82 original provider.