/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 12 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.
|
D | contacts-provider.jd | 1 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 …]
|
D | content-provider-basics.jd | 1 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/ |
D | GridTest.java | 29 static class Provider implements Grid.Provider { class in GridTest 35 Provider(int[] items) { in Provider() method in GridTest.Provider 81 Provider mProvider;
|
D | SingleRowTest.java | 27 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()
|
D | StaggeredGridDefaultTest.java | 27 mProvider = new Provider(new int[]{100, 100, 100, 100, 40, 100, 100, 30, 100}); in testWhenToFillNextRow()
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 1 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/ |
D | AppWidgetServiceImpl.java | 192 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/ |
D | NetworkSecurityConfigProvider.java | 21 import java.security.Provider; 24 public final class NetworkSecurityConfigProvider extends Provider {
|
D | RootTrustManagerFactorySpi.java | 25 import java.security.Provider;
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | index.jd | 24 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>.
|
D | modify-data.jd | 18 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
|
D | retrieve-names.jd | 12 <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 …]
|
D | retrieve-details.jd | 21 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/ |
D | ConditionProviderService.java | 65 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/ |
D | AndroidKeyStoreProvider.java | 31 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()
|
D | AndroidKeyStoreBCWorkaroundProvider.java | 19 import java.security.Provider; 37 class AndroidKeyStoreBCWorkaroundProvider extends Provider {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | Grid.java | 47 public static interface Provider { interface in Grid 109 protected Provider mProvider; 162 public void setProvider(Provider provider) { in setProvider()
|
D | TitleViewAdapter.java | 37 public interface Provider { interface in TitleViewAdapter
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-stub-provider.jd | 1 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/ |
D | RemoteDisplayProviderService.java | 34 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/ |
D | index.jd | 25 <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/ |
D | index.jd | 42 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/ |
D | android-4.0.3.jd | 54 <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/ |
D | index.jd | 52 <p>本課程說明幾個使用 Intent API 和 Action Provider 物件在不同應用程式間傳送及接收內容的常見方法。
|