Home
last modified time | relevance | path

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

12345

/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 …]
/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.java192 private final ArrayList<Provider> mProviders = new ArrayList<>();
319 ArrayList<Provider> installedProviders = new ArrayList<>(mProviders); in onConfigurationChanged()
324 Provider provider = installedProviders.get(i); in onConfigurationChanged()
468 Provider provider = mProviders.get(i); in reloadWidgetsMaskedState()
514 Provider provider = mProviders.get(i); in updateWidgetPackageSuspensionMaskedState()
572 private void maskWidgetsViewsLocked(Provider provider, Widget targetWidget) { in maskWidgetsViewsLocked()
623 private void unmaskWidgetsViewsLocked(Provider provider) { in unmaskWidgetsViewsLocked()
957 Provider provider = widget.provider; in createAppWidgetConfigIntentSender()
1044 Provider provider = lookupProviderLocked(providerId); in bindAppWidgetId()
1113 Provider provider = lookupProviderLocked(providerId); in getAppWidgetIds()
[all …]
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfigProvider.java21 import java.security.Provider;
24 public final class NetworkSecurityConfigProvider extends Provider {
DRootTrustManagerFactorySpi.java25 import java.security.Provider;
/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/core/java/android/service/notification/
DConditionProviderService.java65 private Provider mProvider;
158 mProvider = new Provider(); in onBind()
171 private final class Provider extends IConditionProvider.Stub { class in ConditionProviderService
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreProvider.java31 import java.security.Provider;
54 public class AndroidKeyStoreProvider extends Provider {
103 Provider[] providers = Security.getProviders(); in install()
106 Provider provider = providers[i]; in install()
114 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()
DTitleViewAdapter.java37 public interface Provider { interface in TitleViewAdapter
/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/training/testing/integration-testing/
Dindex.jd25 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Provider</a>, you
52 Testing Your Content Provider</a></strong></dt>
/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-intl/intl/zh-tw/guide/components/
Dindex.jd52 <p>本課程說明幾個使用 Intent API 和 Action Provider 物件在不同應用程式間傳送及接收內容的常見方法。

12345