Searched defs:providers (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsProviderPerformanceTest.java17 package com.android.providers.settings;
H A DSettingsStateTest.java16 package com.android.providers.settings;
H A DBaseSettingsProviderTest.java17 package com.android.providers.settings;
H A DSettingsProviderTest.java17 package com.android.providers.settings;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java17 package com.android.providers.settings;
H A DSettingsHelper.java17 package com.android.providers.settings;
H A DDatabaseHelper.java17 package com.android.providers.settings;
H A DSettingsBackupAgent.java17 package com.android.providers.settings;
H A DSettingsState.java17 package com.android.providers.settings;
H A DSettingsProvider.java17 package com.android.providers.settings;
68 import com.android.providers.settings.SettingsState.Setting;
95 * com.android.providers.settings.SettingsState} object mapped to an integer
959 // Special cases for location providers (sigh).
1148 // Optimization - location providers are restricted only for managed profiles.
1343 * This setting contains a list of the currently enabled location providers.
1344 * But helper functions in android.providers.Settings can enable or disable
1350 * @returns whether the enabled location providers changed.
/frameworks/av/services/audioflinger/tests/
H A Dtest-mixer.cpp104 std::vector<SignalProvider> providers; local
153 // create providers for each track
155 providers.resize(argc);
171 providers[i].setChirp<float>(v[0], 0, v[1]/2, v[1], kSeconds);
174 providers[i].setChirp<int16_t>(v[0], 0, v[1]/2, v[1], kSeconds);
177 providers[i].setIncr(Pvalues);
189 providers[i].setSine<float>(v[0], v[1], v[2], kSeconds);
192 providers[i].setSine<int16_t>(v[0], v[1], v[2], kSeconds);
195 providers[i].setIncr(Pvalues);
202 providers[
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageInfo.java136 public ProviderInfo[] providers; field in class:PackageInfo
311 dest.writeTypedArray(providers, parcelableFlags | Parcelable.PARCELABLE_ELIDE_DUPLICATES);
360 providers = source.createTypedArray(ProviderInfo.CREATOR);
382 propagateApplicationInfo(applicationInfo, providers);
H A DPackageParser.java576 final int N = p.providers.size();
581 final Provider pr = p.providers.get(i);
586 pi.providers = ArrayUtils.trimToSize(res, num);
3059 owner.providers.add(p);
3257 owner.providers.add(p);
3948 // should have their content providers exported by default, unless they
4027 // A heavy-weight application can not have providers in its main process
4030 outError[0] = "Heavy-weight applications can not have providers in main process";
4775 public final ArrayList<Provider> providers = new ArrayList<Provider>(0); field in class:PackageParser.Package
5068 for (int i=providers
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java37 * Keeps track of content providers by authority (name) and class. It separates the mapping by
38 * user and ones that are not user-specific (system providers).
190 HashMap<ComponentName, ContentProviderRecord> providers,
193 for (ContentProviderRecord provider : providers.values()) {
300 " Published single-user content providers (by class):", needSep,
308 + " content providers (by class):", needSep, map);
328 ArrayList<ContentProviderRecord> providers = new ArrayList<ContentProviderRecord>();
337 providers.addAll(allProviders);
356 providers.add(r1);
360 providers
188 collectPackageProvidersLocked(String packageName, Set<String> filterByClasses, boolean doit, boolean evenPersistent, HashMap<ComponentName, ContentProviderRecord> providers, ArrayList<ContentProviderRecord> result) argument
[all...]
H A DActivityManagerService.java431 // How long we wait for an attached process to publish its content providers
435 // How long we will retain processes hosting content providers in the "last activity"
994 * List of content providers who have clients waiting for them. The
6108 // Clean-up disabled providers.
6109 ArrayList<ContentProviderRecord> providers = new ArrayList<>();
6111 packageName, disabledClasses, true, false, userId, providers);
6112 for (int i = providers.size() - 1; i >= 0; i--) {
6113 removeDyingProviderLocked(null, providers.get(i), true);
6186 ArrayList<ContentProviderRecord> providers = new ArrayList<>();
6188 userId, providers)) {
11106 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
[all...]
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java66 private boolean existsValidNonFallbackProvider(WebViewProviderInfo[] providers) { argument
67 for (WebViewProviderInfo provider : providers) {
388 List<ProviderAndPackageInfo> providers = new ArrayList<>();
395 providers.add(new ProviderAndPackageInfo(allProviders[n], packageInfo));
401 return providers.toArray(new ProviderAndPackageInfo[providers.size()]);
410 WebViewProviderInfo[] providers =
413 providers[n] = providersAndPackageInfos[n].provider;
415 return providers;
436 ProviderAndPackageInfo[] providers
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DWebViewUpdateServiceTest.java86 private void setEnabledAndValidPackageInfos(WebViewProviderInfo[] providers) { argument
87 for(WebViewProviderInfo wpi : providers) {
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java284 List<ProviderInfo> providers =
305 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
1052 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
1062 data.writeTypedList(providers);
1051 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java97 void bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, argument
H A DActivityManagerNative.java1008 ArrayList<ContentProviderHolder> providers =
1010 publishContentProviders(app, providers);
4229 List<ContentProviderHolder> providers) throws RemoteException
4235 data.writeTypedList(providers);
4228 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
H A DActivityThread.java511 List<ProviderInfo> providers; field in class:ActivityThread.AppBindData
853 List<ProviderInfo> providers, ComponentName instrumentationName,
871 data.providers = providers;
5380 // don't bring up providers in restricted mode; they may depend on the
5383 if (!ArrayUtils.isEmpty(data.providers)) {
5384 installContentProviders(app, data.providers);
5385 // For process that contains content providers, we want to
5391 // Do this after providers, since instrumentation tests generally start their
5432 Context context, List<ProviderInfo> providers) {
852 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
5431 installContentProviders( Context context, List<ProviderInfo> providers) argument
6036 installSystemProviders(List<ProviderInfo> providers) argument
[all...]
H A DIActivityManager.java224 List<ContentProviderHolder> providers) throws RemoteException;
223 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java170 // Set of providers that are explicitly enabled
174 // Set of providers that are explicitly disabled
177 // Mock (test) providers
184 // currently installed providers (with mocks replacing real providers)
188 // real providers, saved here when mocked out
210 // all providers that operate over proxy, for authorizing incoming location
226 // providers as they get certain permissions granted by default.
290 // prepare providers
474 These packages can contain services implementing location providers
1310 pickBest(List<String> providers) argument
[all...]

Completed in 410 milliseconds