Home
last modified time | relevance | path

Searched refs:Content (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/testing/
Dcontentprovider_testing.jd1 page.title=Content Provider Testing
11 <a href="#DesignAndTest">Content Provider Design and Testing</a>
14 <a href="#ContentProviderTestAPI">The Content Provider Testing API</a>
57 Content providers, which store and retrieve data and make it accessible across applications,
66 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>,
71 <h2 id="DesignAndTest">Content Provider Design and Testing</h2>
97 <h2 id="ContentProviderTestAPI">Content Provider Testing API</h2>
189 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.
Dindex.jd24 Content Provider Testing</a> focuses on testing content providers. It describes the
/frameworks/base/docs/html/resources/articles/
Dwikinotes-intents.jd66 IntentReceivers) are decoupled, meaning that a given Content URI might have a
77 into a link that provides a Content URI for that wiki word, for example
81 action on the Content URI. At this point, the Android system takes over
85 with the system to handle URIs matching our Content URI format.</p>
97 of the Content URI that we create for a wiki word link. Root Authority is just
170 the Content URI supplied by the Linkify Intent call, and has queried
256 examine how it turns a Content URI into a row (or several rows) of data
Dwikinotes-linkify.jd23 the matched text is added, forms a Content URI to allow the correct
29 spaces). Linkify can then turn this into a Content URI &mdash; something like
111 understands that Content URI, and you will need a default activity
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
DCalcWindowEnergy_v5.s20 @ Content: CalcWindowEnergy function armv5 assemble
DPrePostMDCT_v5.s20 @ Content: premdct and postmdct function armv5 assemble
DAutoCorrelation_v5.s20 @ Content: AutoCorrelation function armv5 assemble
DRadix4FFT_v5.s20 @ Content: Radix4FFT armv5 assemble
Dband_nrg_v5.s20 @ Content: CalcBandEnergy and CalcBandEnergyMS function armv5 assemble
DR4R8First_v5.s20 @ Content: Radix8First and Radix4First function armv5 assemble
/frameworks/base/media/libdrm/mobile1/include/xml/
Dxml_tinyParser.h113 uint8_t *Content; member
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd1 page.title=Content Providers
9 <li><a href="#basics">Content provider basics</a></li>
13 <li><a href="#urisum">Content URI summary</a></li>
26 Content providers store and retrieve data and make it accessible to all
54 <h2><a name="basics"></a>Content Provider Basics</h2>
93 Content providers expose their data as a simple table on a database model,
190 <h2><a name="querying"></a>Querying a Content Provider</h2>
646 <h2><a name="creating"></a>Creating a Content Provider</h2>
739 For an overview of {@code content:} URIs, see the <a href="#urisum">Content URI
828 AndroidManifest.xml file. Content providers that are not declared in the
[all …]
/frameworks/base/docs/html/
Dlicense.jd1 page.title=Content License
6 <h1>Content License</h1>
/frameworks/base/media/libdrm/mobile1/src/xml/
Dxml_tinyparser.c625 pWbxml->curPtr = pWbxml->Content = buffer; in WBXML_DOM_Init()
633 pWbxml->curPtr = pWbxml->Content; in WBXML_DOM_Rewind()
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
DPrePostMDCT_v7.s20 @ Content: premdct and postmdct function armv7 assemble
DR4R8First_v7.s20 @ Content: Radix8First and Radix4First function armv7 assemble
DRadix4FFT_v7.s20 @ Content: Radix4FFT armv7 assemble
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd11 <li><a href="#RecentQueryContentProvider">Creating a Content Provider</a></li>
103 <h2 id="RecentQueryContentProvider">Creating a Content Provider</h2>
Dadding-custom-suggestions.jd12 <li><a href="#CustomContentProvider">Creating a Content Provider</a>
45 <li><a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a></li>
91 <li>Create a <a href="{@docRoot}guide/topics/providers/content-providers.html">Content
101 providers, read the <a href="{@docRoot}guide/topics/providers/content-providers.html">Content
149 <h2 id="CustomContentProvider">Creating a Content Provider</h2>
153 href="{@docRoot}guide/topics/providers/content-providers.html">Content Provider</a> developer
321 android.database.MatrixCursor#addRow(Object[])}. Return the final product from your Content
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd66 <a href="#Provider">Using Content Providers to Copy Complex Data</a>
117 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
133 familiarity with the Android Content Provider API, which is described in the topic
134 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.
676 <h2 id="Provider">Using Content Providers to Copy Complex Data</h2>
678 Content providers support copying complex data such as database records or file streams.
804 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd40 <li><a href="#pref">Content Providers and Content Resolvers</a></li>
72 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd63 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.
271 <dd><a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a></dd>
/frameworks/base/docs/html/guide/basics/
Dwhat-is-android.jd70 <li><a href="{@docRoot}guide/topics/providers/content-providers.html">Content
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd31 <li><a href="#viacontentresolver">Retrieving Media from a Content Resolver</a>
104 <li>Internal URIs, such as one you might obtain from a Content Resolver</li>
127 (that you obtained through a Content Resolver, for instance):</p>
710 <h2 id="viacontentresolver">Retrieving Media from a Content Resolver</h2>
/frameworks/base/docs/html/guide/topics/
Dfundamentals.jd146 <dt><b>Content providers</b></dt>
156 <p>Content providers are also useful for reading and writing data that is private to your
164 href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> developer
271 href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.</p>

12