Searched refs:provider (Results 26 - 50 of 374) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl50 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views, int userId);
56 void bindAppWidgetId(int appWidgetId, in ComponentName provider, in Bundle options, int userId);
58 in ComponentName provider, in Bundle options, int userId);
61 int[] getAppWidgetIds(in ComponentName provider, int userId);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java25 import android.provider.CalendarContract;
144 assertEquals(rrule, values.get(android.provider.CalendarContract.Events.RRULE));
145 assertEquals(rdate, values.get(android.provider.CalendarContract.Events.RDATE));
146 assertEquals(exrule, values.get(android.provider.CalendarContract.Events.EXRULE));
147 assertEquals(exdate, values.get(android.provider.CalendarContract.Events.EXDATE));
149 assertEquals(tzid, values.get(android.provider.CalendarContract.Events.EVENT_TIMEZONE));
150 assertEquals(duration, values.get(android.provider.CalendarContract.Events.DURATION));
152 (int) values.getAsInteger(android.provider.CalendarContract.Events.ALL_DAY));
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteActionProvider.java30 * The media route action provider displays a {@link MediaRouteButton media route button}
40 * when no routes are available, the action provider will instead make the
47 * To use the media route action provider, the activity must be a subclass of
55 * The application should define a menu resource to include the provider in the
137 * Creates the action provider.
170 // FIXME: We currently have no way of knowing whether the action provider
171 // is still needed by the UI. Unfortunately this means the action provider
175 // application. To solve this problem, the action provider will need some
284 public MediaRouterCallback(MediaRouteActionProvider provider) { argument
285 mProviderWeak = new WeakReference<MediaRouteActionProvider>(provider);
304 onProviderAdded(MediaRouter router, MediaRouter.ProviderInfo provider) argument
309 onProviderRemoved(MediaRouter router, MediaRouter.ProviderInfo provider) argument
314 onProviderChanged(MediaRouter router, MediaRouter.ProviderInfo provider) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DLiveFolders.java17 package android.provider;
38 * live folder is described by a content provider URI, a name, an icon and a display mode.
39 * Finally, when the user opens the live folder, the system queries the content provider
117 * <h3>Setting up the content provider</h3>
118 * <p>The live folder's content provider must, upon query, return a {@link android.database.Cursor}
178 * <p>Content provider column.</p>
186 * <p>Content provider column.</p>
197 * <p>Content provider column.</p>
207 * <p>Content provider column.</p>
215 * <p>Content provider colum
[all...]
/frameworks/base/location/java/android/location/
H A DLocationManager.java69 * Name of the network location provider.
70 * <p>This provider determines location based on
77 * Name of the GPS location provider.
79 * <p>This provider determines location using
80 * satellites. Depending on conditions, this provider may take a while to return
84 * <p> The extras Bundle for the GPS location provider can contain the
93 * A special location provider for receiving locations without actually initiating
96 * <p>This provider can be used to passively receive location updates
98 * the locations yourself. This provider will return locations generated by other
102 * not enabled this provider migh
222 onStatusChanged(String provider, int status, Bundle extras) argument
236 onProviderEnabled(String provider) argument
244 onProviderDisabled(String provider) argument
423 requestLocationUpdates(String provider, long minTime, float minDistance, LocationListener listener) argument
454 requestLocationUpdates(String provider, long minTime, float minDistance, LocationListener listener, Looper looper) argument
513 requestLocationUpdates(String provider, long minTime, float minDistance, PendingIntent intent) argument
643 requestSingleUpdate(String provider, LocationListener listener, Looper looper) argument
694 requestSingleUpdate(String provider, PendingIntent intent) argument
1084 isProviderEnabled(String provider) argument
1137 getLastKnownLocation(String provider) argument
1192 removeTestProvider(String provider) argument
1216 setTestProviderLocation(String provider, Location loc) argument
1247 clearTestProviderLocation(String provider) argument
1267 setTestProviderEnabled(String provider, boolean enabled) argument
1285 clearTestProviderEnabled(String provider) argument
1307 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
1325 clearTestProviderStatus(String provider) argument
1568 sendExtraCommand(String provider, String command, Bundle extras) argument
1592 checkProvider(String provider) argument
[all...]
H A DLocationRequest.java149 private String mProvider = LocationManager.FUSED_PROVIDER; // for deprecated APIs that explicitly request a provider
166 public static LocationRequest createFromDeprecatedProvider(String provider, long minTime, argument
172 if (LocationManager.PASSIVE_PROVIDER.equals(provider)) {
174 } else if (LocationManager.GPS_PROVIDER.equals(provider)) {
181 .setProvider(provider)
473 public LocationRequest setProvider(String provider) { argument
474 checkProvider(provider);
475 mProvider = provider;
524 throw new IllegalArgumentException("invalid provider: " + name);
539 String provider
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DContentProviderConnection.java24 * 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());
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java28 import android.provider.Settings;
122 IContentProvider provider = null;
128 throw new IllegalStateException("Could not find settings provider");
130 provider = holder.provider;
134 System.out.println(getForUser(provider, mUser, mTable, mKey));
137 putForUser(provider, mUser, mTable, mKey, mValue);
145 if (provider != null) {
150 System.err.println("Error while accessing settings provider");
168 String getForUser(IContentProvider provider, in argument
193 putForUser(IContentProvider provider, int userHandle, final String table, final String key, final String value) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentResolver.java134 * <code>content://com.company.provider.imap/inbox/1</code> for a particular
148 * <code>content://com.company.provider.imap/inbox</code> for all of the
257 IContentProvider provider = acquireExistingProvider(url);
258 if (provider != null) {
260 return provider.getType(url);
267 releaseProvider(provider);
307 IContentProvider provider = acquireProvider(url);
308 if (provider == null) {
313 return provider.getStreamTypes(url, mimeTypeFilter);
319 releaseProvider(provider);
[all...]
H A DAbstractThreadedSyncAdapter.java70 * with an authority whenever that authority's content provider does a
217 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
247 ContentProviderClient provider = null;
252 provider = mContext.getContentResolver().acquireContentProviderClient(mAuthority);
253 if (provider != null) {
255 mAuthority, provider, syncResult);
262 if (provider != null) {
263 provider.release();
296 * @param provider a ContentProviderClient that points to the ContentProvider for this
301 String authority, ContentProviderClient provider, SyncResul
300 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java482 * Registers a media route provider within this application process.
484 * The provider will be added to the list of providers that all {@link MediaRouter}
488 * @param providerInstance The media route provider instance to add.
506 * Unregisters a media route provider within this application process.
508 * The provider will be removed from the list of providers that all {@link MediaRouter}
512 * @param providerInstance The media route provider instance to remove.
610 RouteInfo(ProviderInfo provider, String descriptorId, String uniqueId) { argument
611 mProvider = provider;
617 * Gets information about the provider of this media route.
750 * {@link MediaControlIntent#CATEGORY_REMOTE_PLAYBACK}, or a provider
1063 ProviderInfo(MediaRouteProvider provider) argument
1219 onProviderAdded(MediaRouter router, ProviderInfo provider) argument
1228 onProviderRemoved(MediaRouter router, ProviderInfo provider) argument
1237 onProviderChanged(MediaRouter router, ProviderInfo provider) argument
1563 updateProviderContents(ProviderInfo provider, MediaRouteProviderDescriptor providerDescriptor) argument
1661 assignRouteUniqueId(ProviderInfo provider, String routeDescriptorId) argument
1771 onDescriptorChanged(MediaRouteProvider provider, MediaRouteProviderDescriptor descriptor) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java27 import android.provider.ContactsContract.CommonDataKinds.Email;
28 import android.provider.ContactsContract.CommonDataKinds.Event;
29 import android.provider.ContactsContract.CommonDataKinds.Im;
30 import android.provider.ContactsContract.CommonDataKinds.Nickname;
31 import android.provider.ContactsContract.CommonDataKinds.Note;
32 import android.provider.ContactsContract.CommonDataKinds.Organization;
33 import android.provider.ContactsContract.CommonDataKinds.Phone;
34 import android.provider.ContactsContract.CommonDataKinds.Photo;
35 import android.provider.ContactsContract.CommonDataKinds.Relation;
36 import android.provider
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.h35 AudioBufferProvider* provider);
47 AudioBufferProvider* provider);
49 AudioBufferProvider* provider);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java59 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
99 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
104 * <td>The BroadcastReceiver that will be the AppWidget provider for this AppWidget.
133 * This action is not sent as a broadcast to the AppWidget provider, but as a startActivity
204 * An intent extra that contains the component name of a AppWidget provider.
250 * <p>This may be sent in response to a new instance for this AppWidget provider having
260 * provider, or just a subset. The system tries to send updates for as few AppWidget
304 * an instance for this provider.
318 public static final String META_DATA_APPWIDGET_PROVIDER = "android.appwidget.provider";
367 * This method will only work when called from the uid that owns the AppWidget provider
521 updateAppWidget(ComponentName provider, RemoteViews views) argument
633 bindAppWidgetId(int appWidgetId, ComponentName provider) argument
657 bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) argument
679 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) argument
708 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, Bundle options) argument
810 getAppWidgetIds(ComponentName provider) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DClientCertRequestHandler.java23 import org.apache.harmony.xnet.provider.jsse.NativeCrypto;
24 import org.apache.harmony.xnet.provider.jsse.OpenSSLKey;
25 import org.apache.harmony.xnet.provider.jsse.OpenSSLKeyHolder;
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase.java27 * If you would like to test a single content provider with an
50 * The content provider that will be set up for use in each test method.
110 T provider = providerClass.newInstance();
111 provider.attachInfoForTesting(context, null);
112 resolver.addProvider(authority, provider);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java21 import android.provider.ContactsContract.CommonDataKinds.Email;
22 import android.provider.ContactsContract.CommonDataKinds.Phone;
23 import android.provider.ContactsContract.Contacts;
/frameworks/av/include/media/nbaio/
H A DAudioBufferProviderSource.h30 AudioBufferProviderSource(AudioBufferProvider *provider, NBAIO_Format format);
/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java19 import org.apache.harmony.xnet.provider.jsse.TrustManagerImpl;
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentResolverTest.java19 import android.provider.ContactsContract;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeofenceProvider.java17 package com.android.location.provider;
32 * {@link com.android.location.provider.GeofenceProvider#getBinder()} in its getBinder() method.
50 * Returns the Binder interface for the geofence provider.
54 * @return the IBinder instance for the provider
H A DLocationRequestUnbundled.java17 package com.android.location.provider;
H A DProviderPropertiesUnbundled.java17 package com.android.location.provider;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContactEntry.java19 import android.provider.ContactsContract.Data;
H A DExportTestResolver.java18 import android.provider.ContactsContract.RawContacts;

Completed in 1206 milliseconds

1234567891011>>