Searched defs:provider (Results 26 - 50 of 68) sorted by path

123

/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...]
H A DMediaStore.java17 package android.provider;
45 * The Media provider contains meta data for all available media on both internal
62 public static final String ACTION_MTP_SESSION_END = "android.provider.action.MTP_SESSION_END";
65 * The method name used by the media scanner and mtp to tell the media provider to
100 * @see android.provider.MediaStore#EXTRA_MEDIA_ARTIST
101 * @see android.provider.MediaStore#EXTRA_MEDIA_ALBUM
102 * @see android.provider.MediaStore#EXTRA_MEDIA_TITLE
103 * @see android.provider.MediaStore#EXTRA_MEDIA_FOCUS
339 * The time the file was added to the media provider
362 * from MTP to the media provider
[all...]
H A DOpenableColumns.java17 package android.provider;
H A DSearchRecentSuggestions.java17 package android.provider;
34 * it can be configured to operate with the search suggestions provider that you have created.
119 * Although provider utility classes are typically static, this one must be constructed
154 * @param line2 If you have configured your recent suggestions provider with
H A DSettings.java17 package android.provider;
62 * The Settings provider contains global system-level device preferences.
481 * {@link #EXTRA_AUTHORITIES} extra to this Intent with one or more syncable content provider's
482 * authorities. Only account types which can sync with that content provider will be offered to
500 * extra to the Intent with one or more syncable content provider's authorities. Only account
501 * types which can sync with that content provider will be offered to the user.
664 * provider's authorities as a String[]. This field is used by some intents to alter the
731 // The method we'll call (or null, to not use) on the provider
799 // fails (alternate Settings provider that doesn't support
984 Log.w(TAG, "Setting " + name + " has moved from android.provider
4066 isLocationProviderEnabled(ContentResolver cr, String provider) argument
4078 isLocationProviderEnabledForUser(ContentResolver cr, String provider, int userId) argument
4090 setLocationProviderEnabled(ContentResolver cr, String provider, boolean enabled) argument
4103 setLocationProviderEnabledForUser(ContentResolver cr, String provider, boolean enabled, int userId) argument
[all...]
H A DSyncConstValue.java17 package android.provider;
57 * Used in temporary provider while syncing, always NULL for rows in persistent providers.
H A DSyncStateContract.java17 package android.provider;
65 * @param provider the {@link ContentProviderClient} that is to be used to communicate
73 public static byte[] get(ContentProviderClient provider, Uri uri, argument
75 Cursor c = provider.query(uri, DATA_PROJECTION, SELECT_BY_ACCOUNT,
78 // Unable to query the provider
95 * @param provider the {@link ContentProviderClient} that is to be used to communicate
103 public static void set(ContentProviderClient provider, Uri uri, argument
109 provider.insert(uri, values);
112 public static Uri insert(ContentProviderClient provider, Uri uri, argument
118 return provider
121 update(ContentProviderClient provider, Uri uri, byte[] data) argument
128 getWithUri(ContentProviderClient provider, Uri uri, Account account) argument
[all...]
H A DUserDictionary.java17 package android.provider;
28 * A provider of user defined words for input methods to use for predictive text input.
34 /** Authority string for this provider. */
38 * The content:// style URL for this provider
H A DVoicemailContract.java17 package android.provider;
25 import android.provider.CallLog.Calls;
28 * The contract between the voicemail provider and applications. Contains
43 * <P> The minimum permission needed to access this content provider is
48 * server and the local voicemail content provider. "voicemail source"
53 * provider also generates broadcast intents to notify change for applications
70 /** The authority used by the voicemail provider. */
106 /** Defines fields exposed through the /voicemail path of this content provider. */
206 /** Defines fields exposed through the /status path of this content provider. */
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java277 AccessibilityNodeProvider provider = root.getAccessibilityNodeProvider();
278 if (provider != null) {
279 infos = provider.findAccessibilityNodeInfosByText(text,
294 provider = foundView.getAccessibilityNodeProvider();
295 if (provider != null) {
297 provider.findAccessibilityNodeInfosByText(text,
384 // If the host has a provider ask this provider to search for the
385 // focus instead fetching all provider nodes to do the search here.
386 AccessibilityNodeProvider provider
757 prefetchPredecessorsOfVirtualNode(AccessibilityNodeInfo root, View providerHost, AccessibilityNodeProvider provider, List<AccessibilityNodeInfo> outInfos) argument
785 prefetchSiblingsOfVirtualNode(AccessibilityNodeInfo current, View providerHost, AccessibilityNodeProvider provider, List<AccessibilityNodeInfo> outInfos) argument
820 prefetchDescendantsOfVirtualNode(AccessibilityNodeInfo root, AccessibilityNodeProvider provider, List<AccessibilityNodeInfo> outInfos) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java292 * Set the provider hosting this view, if applicable.
295 public void setProvider(ActionProvider provider) { argument
296 mProvider = provider;
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java17 package android.provider;
33 * -e class android.provider.SearchRecentSuggestionsProviderTest
54 // it should correctly access the provider under test.
H A DSettingsProviderTest.java17 package android.provider;
31 import android.provider.Settings;
H A DSmsProviderTest.java17 package android.provider;
23 import android.provider.Telephony.Sms;
H A DTestProvider.java17 package android.provider;
22 * Very simple provider that I can instantiate right here.
25 final static String AUTHORITY = "android.provider.TestProvider";
/frameworks/base/location/java/android/location/
H A DLocation.java107 * Construct a new Location with a named provider.
112 * @param provider the name of the provider that generated this location
114 public Location(String provider) { argument
115 mProvider = provider;
467 * Returns the name of the provider that generated this fix.
469 * @return the provider, or null if it has not been set
476 * Sets the name of the provider that generated this fix.
478 public void setProvider(String provider) { argument
479 mProvider = provider;
[all...]
H A DLocationListener.java47 * Called when the provider status changes. This method is called when
48 * a provider is unable to fetch a location or if the provider has recently
51 * @param provider the name of the location provider associated with this
54 * provider is out of service, and this is not expected to change in the
56 * the provider is temporarily unavailable but is expected to be available
58 * provider is currently available.
59 * @param extras an optional Bundle which will contain provider specific
70 void onStatusChanged(String provider, in argument
78 onProviderEnabled(String provider) argument
88 onProviderDisabled(String provider) argument
[all...]
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/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java17 package com.android.location.provider;
75 * Returns the Binder interface for the geocode provider.
79 * @return the IBinder instance for the provider
H A DLocationProviderBase.java17 package com.android.location.provider;
42 * <p>The network location provider must export a service with action
47 * <p>The fused location provider must export a service with action
71 * Name of the Fused location provider.
73 * <p>This provider combines inputs for all possible location sources
128 * Used by the location provider to report new locations.
140 // never crash provider, might be running in a system process
146 * Enable the location provider.
147 * <p>The provider may initialize resources, but does
153 * Disable the location provider
[all...]
H A DLocationRequestUnbundled.java17 package com.android.location.provider;
H A DProviderPropertiesUnbundled.java17 package com.android.location.provider;
H A DProviderRequestUnbundled.java17 package com.android.location.provider;
/frameworks/base/media/java/android/media/
H A DMediaInserter.java30 * given provider. This class manages buffers internally and flushes when they
43 public MediaInserter(IContentProvider provider, int bufferSizePerUri) { argument
44 mProvider = provider;

Completed in 844 milliseconds

123