Searched refs:provider (Results 251 - 275 of 776) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java148 AccessibilityNodeProvider provider = root.getAccessibilityNodeProvider();
149 if (provider != null) {
150 mSourceNode = provider.createAccessibilityNodeInfo(virtualDescendantId);
/frameworks/base/media/java/android/media/
H A DRingtone.java29 import android.provider.MediaStore;
30 import android.provider.Settings;
31 import android.provider.MediaStore.MediaColumns;
196 * content provider. If not in either, uses the filename
292 // TODO: detect READ_EXTERNAL and specific content provider case, instead of relying on throwing
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DWizardManagerHelperTest.java29 import android.provider.Settings;
30 import android.provider.Settings.Global;
31 import android.provider.Settings.Secure;
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-resampler.cpp47 fprintf(stderr," -v verbose : log buffer provider calls\n");
324 } provider(input_vaddr, input_frames, input_framesize, Pvalues);
413 resampler->resample((int*) output_vaddr, output_frames, &provider);
414 provider.reset(); // during benchmarking reset only the provider
453 resampler->resample((int*) output_vaddr + output_channels*i, thisFrames, &provider);
/frameworks/base/core/java/android/companion/
H A DAssociationRequest.java23 import android.provider.OneTimeUseBuilder;
/frameworks/base/core/java/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 DContactsInternal.java16 package android.provider;
H A DFontRequest.java16 package android.provider;
43 * used to verify the identity of the provider.
44 * @param query The query to be sent over to the provider. Refer to your font provider's
59 * @param query The query to be sent over to the provider. Refer to your font provider's
62 * used to verify the identity of the provider.
63 * @param certificates The list of sets of hashes for the certificates the provider should be
64 * signed with. This is used to verify the identity of the provider. Each set in the
65 * list represents one collection of signature hashes. Refer to your font provider'
[all...]
H A DSearchIndexablesContract.java17 package android.provider;
32 * instances. This is used in the {@code <intent-filter>} of a {@code <provider>}.
H A DSearchIndexablesProvider.java17 package android.provider;
29 * Base class for a search indexable provider. Such provider offers data to be indexed either
37 * To create a search indexables provider, extend this class, then implement the abstract methods,
44 * &lt;provider
53 * &lt;/provider&gt;
58 * When defining your provider, you must protect it with
121 * Returns all {@link android.provider.SearchIndexablesContract.XmlResource}.
125 * @param projection list of {@link android.provider.SearchIndexablesContract.XmlResource}
132 * Returns all {@link android.provider
[all...]
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
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java26 import android.provider.Settings;
/frameworks/base/core/tests/coretests/src/android/os/
H A DPowerManagerVrTest.java25 import android.provider.Settings;
/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestFontsProvider.java16 package android.provider;
37 static final String AUTHORITY = "android.provider.TestFontsProvider";
/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionProvider.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...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java39 import android.provider.DocumentsContract;
40 import android.provider.DocumentsContract.Document;
41 import android.provider.DocumentsContract.Root;
42 import android.provider.DocumentsProvider;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DRootScanner.java22 import android.provider.DocumentsContract;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDndTile.java19 import static android.provider.Settings.Global.ZEN_MODE_ALARMS;
20 import static android.provider.Settings.Global.ZEN_MODE_OFF;
32 import android.provider.Settings;
33 import android.provider.Settings.Global;
H A DNfcTile.java27 import android.provider.Settings;
H A DNightDisplayTile.java21 import android.provider.Settings;
H A DUserTile.java21 import android.provider.Settings;
H A DWorkModeTile.java20 import android.provider.Settings;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPowerNotificationControlsFragment.java25 import android.provider.Settings;
/frameworks/base/services/core/java/com/android/server/
H A DCertBlacklister.java24 import android.provider.Settings;

Completed in 1234 milliseconds

<<11121314151617181920>>