HomeSort by relevance Sort by last modified time
    Searched full:provider (Results 226 - 250 of 4854) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/am/
ContentProviderConnection.java 24 * Represents a link between a content provider and client.
27 public final ContentProviderRecord provider; field in class:ContentProviderConnection
32 // The client of this connection is currently waiting for the provider to appear.
33 // Protected by the provider lock.
35 // The provider of this connection is now dead.
43 provider = _provider;
69 sb.append(provider.toShortString());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 44 * @param queryLimit The number of suggestions to ask each provider for.
45 * @param provider The provider to ask for suggestions.
50 public QueryTask(String query, int queryLimit, SuggestionCursorProvider<C> provider,
54 mProvider = provider;
78 SuggestionCursorProvider<C> provider,
82 QueryTask<C> task = new QueryTask<C>(query, maxResults, provider, handler,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 17 package android.provider.cts;
22 import android.provider.ContactsContract;
23 import android.provider.ContactsContract.CommonDataKinds.GroupMembership;
24 import android.provider.ContactsContract.Groups;
25 import android.provider.ContactsContract.RawContacts;
26 import android.provider.cts.ContactsContract_TestDataBuilder.TestData;
27 import android.provider.cts.ContactsContract_TestDataBuilder.TestGroup;
28 import android.provider.cts.ContactsContract_TestDataBuilder.TestRawContact;
39 ContentProviderClient provider = local
41 mBuilder = new ContactsContract_TestDataBuilder(provider);
    [all...]
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.h 26 // Provides the search provider install state for the I/O thread. It works by
34 // The search provider is not installed.
37 // The search provider is in the user's set but is not
40 // The search provider is set as the user's default.
53 // Use to determine when the search provider information is loaded. The
59 // Returns the search provider install state for the given origin.
74 // Stores information about the default search provider.
78 // provider install state has been loaded.
81 // Does notifications to let clients know that the search provider
100 // The security origin for the default search provider
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.h 26 // Provides the search provider install state for the I/O thread. It works by
34 // The search provider is not installed.
37 // The search provider is in the user's set but is not
40 // The search provider is set as the user's default.
53 // Use to determine when the search provider information is loaded. The
59 // Returns the search provider install state for the given origin.
75 // Stores information about the default search provider.
79 // provider install state has been loaded.
82 // Does notifications to let clients know that the search provider
101 // The security origin for the default search provider
    [all...]
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider.h 28 virtual void OnUpdatePolicy(ConfigurationPolicyProvider* provider) = 0;
43 // The policy provider will load policy for the components registered in
44 // the |schema_registry| whose domain is supported by this provider.
47 // Must be invoked before deleting the provider. Implementations can override
50 // The provider should keep providing the current policies after Shutdown()
57 // Check whether this provider has completed initialization for the given
62 // Asks the provider to refresh its policies. All the updates caused by this
69 // Observers must detach themselves before the provider is deleted.
79 // this provider. UpdatePolicy() takes ownership of |policies|.
88 // The policies currently configured at this provider
    [all...]
configuration_policy_provider_test.h 63 // An interface for creating a test policy provider and creating a policy
64 // provider instance for testing. Used as the parameter to the abstract
76 // Create a new policy provider.
81 // Returns the policy level and scope set by the policy provider.
85 // Helpers to configure the environment the policy provider reads from.
99 // Not every provider supports installing 3rd party policy. Those who do
113 // Abstract policy provider test. This is meant to be instantiated for each
114 // policy provider implementation, passing in a suitable harness factory
126 // Installs a valid policy and checks whether the provider returns the
140 // 3rd party policy. Policy provider implementations that support loading o
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-details.jd 20 <a href="{@docRoot}guide/topics/providers/content-provider-basics.html">
21 Content Provider Basics</a>
24 <a href="{@docRoot}guide/topics/providers/contacts-provider.html">
25 Contacts Provider</a>
50 {@link android.provider.ContactsContract.Contacts} row for a contact the user has picked.
57 {@link android.provider.ContactsContract.Data} table for any rows that contain the contact's
58 {@link android.provider.ContactsContract.Data#LOOKUP_KEY}. This column is available in
59 the {@link android.provider.ContactsContract.Data} table, because the Contacts
60 Provider makes an implicit join between the {@link android.provider.ContactsContract.Contacts
    [all...]
  /libcore/expectations/
brokentests.txt 121 description: "Dalvik doesn't include the SunJCE crypto provider",
124 "com.sun.crypto.provider.Cipher.AES.Test4513830",
125 "com.sun.crypto.provider.Cipher.AES.Test4512704",
126 "com.sun.crypto.provider.Cipher.AES.Test4512524",
127 "com.sun.crypto.provider.Cipher.AES.Test4511676",
128 "com.sun.crypto.provider.Cipher.AES.Test4517355"
130 substring: "NoClassDefFoundError: com.sun.crypto.provider.SunJCE"
133 description: "Dalvik doesn't include the SunJCE crypto provider",
135 name: "com.sun.crypto.provider.Cipher.AES.TestISO10126Padding",
139 description: "Dalvik doesn't include the SunJCE crypto provider",
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 1 page.title=Content Provider Basics
12 <a href="#ClientProvider">Accessing a provider</a>
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>
111 <a href="{@docRoot}guide/topics/providers/content-provider-creating.html">
112 Creating a Content Provider</a>
115 <a href="{@docRoot}guide/topics/providers/calendar-provider.html">
116 Calendar Provider</a
    [all...]
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>
57 <li>{@link android.provider.ContactsContract.Contacts}</li>
58 <li>{@link android.provider.ContactsContract.RawContacts}</li>
59 <li>{@link android.provider.ContactsContract.Data}</li>
60 <li>{@link android.provider.ContactsContract.StreamItems}</li
    [all...]
  /external/bouncycastle/patches/
bcprov.patch     [all...]
  /development/samples/VoicemailProviderDemo/
_index.html 3 content provider APIs to insert new voicemail records.
11 which can then be stored with the voicemail content provider by tapping the "Send"
21 provider. The platform would then take care of notification and rendering of the
35 content provider and their usage.
44 voicemail content provider.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider_unittest.cc 20 // Creating the provider should provide initial policy.
27 AsynchronousPolicyProvider provider(
30 provider.Provide(store_.get());
47 AsynchronousPolicyProvider provider(
54 provider.Provide(store_.get());
configuration_policy_pref_store.h 33 // passed-in |provider|.
34 explicit ConfigurationPolicyPrefStore(ConfigurationPolicyProvider* provider);
69 // Refreshes policy information, rereading policy from the provider and
76 // The policy provider from which policy settings are read.
79 // Initialization status as reported by the policy provider the last time we
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 39 // Set up policy pref stores using the given policy provider.
41 policy::ConfigurationPolicyProvider* provider);
43 policy::ConfigurationPolicyProvider* provider);
45 policy::ConfigurationPolicyProvider* provider);
47 policy::ConfigurationPolicyProvider* provider);
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.h 17 // Mock implementation of a location provider for testing.
52 // Creates a mock location provider with no default behavior.
54 // Creates a mock location provider that automatically notifies its
57 // Creates a mock location provider that automatically notifies its
61 // the Network Location provider, in deferring making location updates until
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedProvider.java 17 package com.android.location.provider;
27 * {@link com.android.location.provider.FusedProvider#getBinder()} in its getBinder() method.
41 * Gets the Binder associated with the provider.
45 * @return The IBinder instance associated with the provider.
52 * Sets the FusedLocationHardware instance in the provider..
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.provider.Settings.Secure.html 10 android.provider.Settings.Secure
74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><font size="+2"><code>Settings.Secure</code></font></A>
87 <A NAME="android.provider.Settings.Secure.ADB_ENABLED"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ADB_ENABLED" target="_top"><code>ADB_ENABLED</code></font></A></nobr> </TD>
96 <A NAME="android.provider.Settings.Secure.BLUETOOTH_ON"></A>
97 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#BLUETOOTH_ON" target="_top"><code>BLUETOOTH_ON</code></font></A></nobr> </TD>
105 <A NAME="android.provider.Settings.Secure.DATA_ROAMING"></A>
106 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#DATA_ROAMING" target="_top"><code>DATA_ROAMING</code></font></A></nobr> </TD>
114 <A NAME="android.provider.Settings.Secure.DEVELOPMENT_SETTINGS_ENABLED"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Settings.html 10 android.provider.Settings
74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.html" target="_top"><font size="+2"><code>Settings</code></font></A>
87 <A NAME="android.provider.Settings.ACTION_AIRPLANE_MODE_SETTINGS"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_AIRPLANE_MODE_SETTINGS" target="_top"><code>ACTION_AIRPLANE_MODE_SETTINGS</code></A></nobr>
94 <A NAME="android.provider.Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS" target="_top"><code>ACTION_APPLICATION_DEVELOPMENT_SETTINGS</code></A></nobr>
101 <A NAME="android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_DATA_ROAMING_SETTINGS" target="_top"><code>ACTION_DATA_ROAMING_SETTINGS</code></A></nobr>
108 <A NAME="android.provider.Settings.ACTION_INPUT_METHOD_SETTINGS"></A
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 29 import java.security.Provider;
94 Provider[] providers = Security.getProviders("KeyFactory.DSA");
156 + keyfactAlgs[i] + " (provider="
186 Provider[] providers = Security.getProviders("KeyFactory.DSA");
194 // Test2: Test with null provider name
207 // java.security.Provider)
208 Provider[] providers = Security.getProviders("KeyFactory.DSA");
215 // Test2: Test with null provider name
217 KeyFactory.getInstance("DSA", (Provider) null);
251 + keyfactAlgs[i] + " (provider=
325 Provider provider = Security.getProvider(providerName); local
    [all...]
  /frameworks/base/services/java/com/android/server/location/
LocationBasedCountryDetector.java 89 protected boolean isAcceptableProvider(String provider) {
91 return LocationManager.PASSIVE_PROVIDER.equals(provider);
95 * Register a listener with a provider name
97 protected void registerListener(String provider, LocationListener listener) {
98 mLocationManager.requestLocationUpdates(provider, 0, 0, listener);
114 for (String provider : providers) {
115 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider);
158 String provider = enabledProviders.get(i); local
159 if (isAcceptableProvider(provider)) {
169 public void onProviderDisabled(String provider) {
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Intents.Insert.html 10 android.provider.Contacts.Intents.Insert
74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html" target="_top"><font size="+2"><code>Contacts.Intents.Insert</code></font></A>
86 <A NAME="android.provider.Contacts.Intents.Insert.ctor_changed()"></A>
87 <nobr><A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#Contacts.Intents.Insert()" target="_top"><code>Contacts.Intents.Insert</code></A>() </nobr>
106 <A NAME="android.provider.Contacts.Intents.Insert.ACTION"></A>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#ACTION" target="_top"><code>ACTION</code></font></A></nobr> </TD>
115 <A NAME="android.provider.Contacts.Intents.Insert.COMPANY"></A>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#COMPANY" target="_top"><code>COMPANY</code></font></A></nobr> </TD>
124 <A NAME="android.provider.Contacts.Intents.Insert.EMAIL"></A
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java 27 import java.security.Provider;
71 private static Provider defaultProvider;
73 private static Provider defaultProviderCol;
97 private Provider dProv = null;
171 assertEquals("Incorrect provider", certS.getProvider(), dProv);
181 assertNull("Incorrect provider", certS.getProvider());
233 * <code>getInstance(String type, CertStoreParameters params, String provider)</code>
234 * Assertion: throws IllegalArgumentException when provider is null or empty
236 * FIXME: verify IllegalArgumentException when provider is empty
244 String provider = null local
335 Provider provider = null; local
    [all...]

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>