Searched defs:provider (Results 76 - 100 of 144) sorted by last modified time

123456

/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedProvider.java17 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..
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 DGeofenceProvider.java17 package com.android.location.provider;
29 * {@link com.android.location.provider.GeofenceProvider#getBinder()} in its getBinder() method.
47 * Returns the Binder interface for the geofence provider.
51 * @return the IBinder instance for the provider
H A DGmsFusedBatchOptions.java17 package com.android.location.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(ContentProviderClient provider, int bufferSizePerUri) { argument
44 mProvider = provider;
H A DMediaScanner.java35 import android.provider.MediaStore;
36 import android.provider.MediaStore.Audio;
37 import android.provider.MediaStore.Audio.Playlists;
38 import android.provider.MediaStore.Files;
39 import android.provider.MediaStore.Files.FileColumns;
40 import android.provider.MediaStore.Images;
41 import android.provider.MediaStore.Video;
42 import android.provider.Settings;
43 import android.provider.Settings.SettingNotFoundException;
693 // used to force sorting. The media provider wil
1339 MediaBulkDeleter(ContentProviderClient provider, Uri baseUri) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java283 * provider instead.
285 * @param volumeProvider The provider that will handle volume changes. May
498 * @param provider The provider that is handling volume changes.
501 public void notifyRemoteVolumeChanged(VolumeProvider provider) { argument
503 if (provider == null || provider != mVolumeProvider) {
504 Log.w(TAG, "Received update from stale volume provider");
509 mBinder.setCurrentVolume(provider.getCurrentVolume());
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java23 import android.provider.MediaStore.Audio;
24 import android.provider.MediaStore.Files;
25 import android.provider.MediaStore.Images;
26 import android.provider.MediaStore.MediaColumns;
67 public MtpPropertyGroup(MtpDatabase database, ContentProviderClient provider, String volumeName, argument
70 mProvider = provider;
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java17 package android.provider;
35 * -e class android.provider.SearchRecentSuggestionsProviderTest
56 // it should correctly access the provider under test.
H A DSettingsProviderTest.java17 package android.provider;
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/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java235 private static String translateLocationProviderToProcess(final String provider) { argument
236 if (provider == null) {
239 switch(provider) {
833 "provider");
/frameworks/base/core/java/android/provider/
H A DAlarmClock.java17 package android.provider;
23 * The AlarmClock provider contains an Intent action and extras that can be used
H A DBaseColumns.java17 package android.provider;
H A DBlockedNumberContract.java16 package android.provider;
25 * The contract between the blockednumber provider and applications. Contains definitions for
31 * The content provider exposes a table containing blocked numbers. The columns and URIs for
33 * blocked numbers are discarded by the platform. Notifications upon provider changes can be
48 * provider. However, {@link #canCurrentUserBlockNumbers(Context)} can be accessed by any
54 * Other than regular phone numbers, the blocked number provider can also store addresses (such
70 * number's E164 representation. The provider automatically populates this column if the app does
138 * operation on the blocked number provider. If {@link #canCurrentUserBlockNumbers(Context)} returns
139 * {@code false}, all operations on the provider will fail with a {@link SecurityException}. The
140 * platform will block calls, and messages from numbers in the provider independen
[all...]
H A DBrowser.java17 package android.provider;
29 import android.provider.BrowserContract.Bookmarks;
30 import android.provider.BrowserContract.Combined;
31 import android.provider.BrowserContract.History;
32 import android.provider.BrowserContract.Searches;
H A DBrowserContract.java17 package android.provider;
34 * The contract between the browser provider and applications. Contains the definition
45 /** The authority for the browser provider */
48 /** A content:// style uri to the authority for the browser provider */
522 * @see android.provider.SyncStateContract.Helpers#get
524 public static byte[] get(ContentProviderClient provider, Account account) argument
526 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
530 * @see android.provider.SyncStateContract.Helpers#get
532 public static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account) argument
534 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_UR
540 set(ContentProviderClient provider, Account account, byte[] data) argument
[all...]
H A DCalendarContract.java17 package android.provider;
44 * The contract between the calendar provider and applications. Contains
77 * sync adapter. The provider takes no action with items in this table except to
112 * &lt;action android:name="android.provider.calendar.action.HANDLE_CUSTOM_EVENT" /&gt;
127 "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
155 * provider. Note: This is set at first run and cannot be changed without
156 * breaking apps that access the provider.
169 * and when the provider calls
347 * not use a key for looking up the color. The provider will update
477 * provider wil
1304 newEntityIterator(Cursor cursor, ContentProviderClient provider) argument
1354 EntityIteratorImpl(Cursor cursor, ContentProviderClient provider) argument
[all...]
H A DCallLog.java18 package android.provider;
32 import android.provider.ContactsContract.CommonDataKinds.Callable;
33 import android.provider.ContactsContract.CommonDataKinds.Phone;
34 import android.provider.ContactsContract.Data;
35 import android.provider.ContactsContract.DataUsageFeedback;
49 * The CallLog provider contains information about placed and received calls.
58 * The content:// style URL for this provider
65 * The "shadow" provider stores calllog when the real calllog provider is encrypted. The
66 * real provider wil
[all...]
H A DContacts.java17 package android.provider;
37 * The Contacts provider stores all information about contacts.
49 * @deprecated see {@link android.provider.ContactsContract}
55 * The content:// style URL for this provider
56 * @deprecated see {@link android.provider.ContactsContract}
63 * @deprecated see {@link android.provider.ContactsContract}
69 * @deprecated see {@link android.provider.ContactsContract}
75 * @deprecated see {@link android.provider.ContactsContract}
81 * @deprecated see {@link android.provider.ContactsContract}
87 * @deprecated see {@link android.provider
[all...]

Completed in 637 milliseconds

123456