Home
last modified time | relevance | path

Searched refs:Provider (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd12 Content Provider Basics</a>
16 Creating a Content Provider</a>
19 <a href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar Provider</a>
22 <a href="{@docRoot}guide/topics/providers/contacts-provider.html">Contacts Provider</a>
84 Content Provider Basics</a></strong>
91 Creating a Content Provider</a></strong>
98 Calendar Provider</a></strong>
101 How to access the Calendar Provider that is part of the Android platform.
105 Contacts Provider</a></strong>
108 How to access the Contacts Provider that is part of the Android platform.
Dcontacts-provider.jd1 page.title=Contacts Provider
18 <a href="#InformationTypes">Contacts Provider Organization</a>
39 <a href="#ContactsProviderMetadata">Contacts Provider Metadata</a>
42 <a href="#Access">Contacts Provider Access</a>
46 <a href="#SyncAdapters">Contacts Provider Sync Adapters</a>
52 <a href="#AdditionalFeatures">Additional Contacts Provider Features</a>
78 Content Provider Basics
85 The Contacts Provider is a powerful and flexible Android component that manages the
86 device's central repository of data about people. The Contacts Provider is the source of data
109 Contacts Provider.
[all …]
Dcontent-provider-basics.jd1 page.title=Content Provider Basics
20 <a href="#SimpleQuery">Retrieving Data from the Provider</a>
37 <a href="#Permissions">Content Provider Permissions</a>
54 <a href="#DataTypes">Provider Data Types</a>
57 <a href="#AltForms">Alternative Forms of Provider Access</a>
112 Creating a Content Provider</a>
116 Calendar Provider</a>
235 <a href="#Permissions">Content Provider Permissions</a>
238 For example, to get a list of the words and their locales from the User Dictionary Provider,
242 User Dictionary Provider. The following lines of code show a
[all …]
Dcalendar-provider.jd1 page.title=Calendar Provider
59 <p>The Calendar Provider is a repository for a user's calendar events. The
60 Calendar Provider API allows you to perform query, insert, update, and delete
64 <p>The Calender Provider API can be used by applications and sync adapters. The
66 focuses primarily on using the Calendar Provider API as an application. For
74 Provider offers a set of intents, as described in <a href="#intents">Calendar
83 …ntent providers offered by the Android platform (including the Calendar Provider) typically expose…
85 a particular type and meaning. Through the Calendar Provider API, applications
95 Provider defines constants for the URIs for each of its classes (tables). These
99 <p>Figure 1 shows a graphical representation of the Calendar Provider data model. It shows the
[all …]
Dcontent-provider-creating.jd1 page.title=Creating a Content Provider
39 <a href="#MIMETypes">Implementing Content Provider MIME Types</a>
53 <a href="#Permissions">Implementing Content Provider Permissions</a>
87 Content Provider Basics</a>
91 Calendar Provider</a>
135 Content Provider Basics</a> to learn more about providers.
264 the same table. The Contacts Provider's &quot;data&quot; table
283 Content Provider Basics</a>.
531 detail in the section <a href="#MIMETypes">Implementing Content Provider MIME Types</a>.
806 Provider-specific part: <code>vnd.&lt;name&gt;</code>.<code>&lt;type&gt;</code>
[all …]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridTest.java29 static class Provider implements Grid.Provider { class in GridTest
35 Provider(int[] items) { in Provider() method in GridTest.Provider
81 Provider mProvider;
DSingleRowTest.java27 mProvider = new Provider(new int[]{80, 80, 30, 100, 40, 10}); in testAppendPrependRemove()
70 mProvider = new Provider(new int[]{80, 80, 30, 100, 40, 10}); in testAppendPrependRemoveReversed()
DStaggeredGridDefaultTest.java27 mProvider = new Provider(new int[]{100, 100, 100, 100, 40, 100, 100, 30, 100}); in testWhenToFillNextRow()
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd1 page.title=Updating Your Security Provider to Protect Against SSL Exploits
11 <li><a href="#patching">Patching the Security Provider with
32 <p> Android relies on a security {@link java.security.Provider Provider} to
50 java.security.Provider Provider} does <em>not</em> update {@link
59 <h2 id="patching">Patching the Security Provider with ProviderInstaller</h2>
74 <li>If the device's {@link java.security.Provider Provider} is successfully
83 to indicate that it is unable to update the {@link java.security.Provider
84 Provider}. The app can then catch the exception and choose an appropriate
96 needs to install a new {@link java.security.Provider Provider}, this can take
122 is unable to install an updated {@link java.security.Provider Provider},
[all …]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java170 private final ArrayList<Provider> mProviders = new ArrayList<>();
285 ArrayList<Provider> installedProviders = new ArrayList<>(mProviders); in onConfigurationChanged()
290 Provider provider = installedProviders.get(i); in onConfigurationChanged()
704 Provider provider = widget.provider; in createAppWidgetConfigIntentSender()
791 Provider provider = lookupProviderLocked(providerId); in bindAppWidgetId()
860 Provider provider = lookupProviderLocked(providerId); in getAppWidgetIds()
1268 Provider provider = lookupProviderLocked(providerId); in updateAppWidgetProvider()
1305 Provider provider = mProviders.get(i); in getInstalledProvidersForProfile()
1419 Provider provider = widget.provider; in deleteAppWidgetLocked()
1437 private void cancelBroadcasts(Provider provider) { in cancelBroadcasts()
[all …]
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java55 private Provider mProvider;
95 mProvider = new Provider(); in onBind()
108 private final class Provider extends IConditionProvider.Stub { class in ConditionProviderService
/frameworks/base/docs/html/training/contacts-provider/
Dindex.jd24 Content Provider Basics</a>
28 Contacts Provider</a>
45 The <a href="{@docRoot}guide/topics/providers/contacts-provider.html">Contacts Provider</a> is
47 social networking apps. In your apps, you can access Contacts Provider information directly by
55 <a href="{@docRoot}guide/topics/providers/contacts-provider.html">Contacts Provider</a>.
Dmodify-data.jd18 Content Provider Basics
23 Contacts Provider
44 modify a contact's data. Instead of accessing the Contacts Provider directly, an
52 way of modifying the Contacts Provider, for the following reasons:
58 Contacts Provider's rules.
62 to write to the Contacts Provider, because it delegates modifications to the contacts app,
75 Provider's {@link android.provider.ContactsContract.RawContacts} table. If necessary,
80 <a href="{@docRoot}guide/topics/providers/contacts-provider.html">Contacts Provider</a>
95 // Sets the MIME type to match the Contacts Provider
Dretrieve-names.jd12 <li><a href="#Permissions">Request Permission to Read the Provider</a>
23 Content Provider Basics</a>
27 Contacts Provider</a>
56 name data. The Contacts Provider allows multiple instances of the same name, so this
76 Provider. A {@link android.support.v4.content.CursorLoader} runs its query on a
82 <h2 id="Permissions">Request Permission to Read the Provider</h2>
84 To do any type of search of the Contacts Provider, your app must have
97 Contact Provider's {@link android.provider.ContactsContract.Contacts} table. You usually want
163 To help you write queries against the Contacts Provider, the Android framework provides a
477 when the Contacts Provider returns the results of the query. In this method, put the
[all …]
Dretrieve-details.jd21 Content Provider Basics</a>
25 Contacts Provider</a>
60 Provider makes an implicit join between the {@link android.provider.ContactsContract.Contacts}
73 To read from the Contacts Provider, your app must have
174 Always do retrievals from the Contacts Provider (and all other content providers) in a
245 when the Contacts Provider returns the results of the query. For example:
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreProvider.java28 import java.security.Provider;
50 public class AndroidKeyStoreProvider extends Provider {
99 Provider[] providers = Security.getProviders(); in install()
102 Provider provider = providers[position]; in install()
110 Provider workaroundProvider = new AndroidKeyStoreBCWorkaroundProvider(); in install()
DAndroidKeyStoreBCWorkaroundProvider.java19 import java.security.Provider;
37 class AndroidKeyStoreBCWorkaroundProvider extends Provider {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGrid.java47 public static interface Provider { interface in Grid
109 protected Provider mProvider;
162 public void setProvider(Provider provider) { in setProvider()
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd1 page.title=Creating a Stub Content Provider
13 <a href="#CreateProvider">Add a Stub Content Provider</a>
16 <a href="#DeclareProvider">Declare the Provider in the Manifest</a>
24 >Content Provider Basics</a>
50 >Creating a Content Provider</a>.
67 <h2 id="CreateProvider">Add a Stub Content Provider</h2>
133 <h2 id="DeclareProvider">Declare the Provider in the Manifest</h2>
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java34 private Provider mProvider;
40 mProvider = new Provider(); in onBind()
47 final class Provider extends RemoteDisplayProvider { class in RemoteDisplayProviderService
62 public Provider() { in Provider() method in RemoteDisplayProviderService.Provider
/frameworks/base/docs/html/tools/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>
77 <h2 id="DesignAndTest">Content Provider Design and Testing</h2>
103 <h2 id="ContentProviderTestAPI">Content Provider Testing API</h2>
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd42 service. This service publishes a list of channels and programs to the TV Provider. The live TV
43 app on a TV device gets the list of available channels and programs from the TV Provider and
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.3.jd54 <li><a href="#contacts">Social stream API in Contacts Provider</a></li>
55 <li><a href="#calendar">Calendar Provider</a></li>
74 <h3 id="contacts">Social stream API in Contacts Provider</h3>
100 <h3 id="calendar">Calendar Provider</h4>
104 Provider</a>. The class provides fields for accessing
278 Contacts Provider.</li>
/frameworks/base/docs/html/guide/
Dguide_toc.cs82 <span class="en">Content Provider Basics</span>
85 <span class="en">Creating a Content Provider</span>
88 <span class="en">Calendar Provider</span>
91 <span class="en">Contacts Provider</span>
430 <span class="en">Media Route Provider</span></a>
/frameworks/av/services/audioflinger/
Dtest-resample.cpp260 class Provider: public AudioBufferProvider { in main() class
269 Provider(const void* addr, size_t frames, size_t frameSize, const Vector<int>& Pvalues) in main() function in main::Provider

123