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 DSettingsState.java17 package com.android.providers.settings;
H A DSettingsBackupAgent.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
945 // Special cases for location providers (sigh).
1134 // Optimization - location providers are restricted only for managed profiles.
1315 * This setting contains a list of the currently enabled location providers.
1316 * But helper functions in android.providers.Settings can enable or disable
1322 * @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.java571 final int N = p.providers.size();
576 final Provider pr = p.providers.get(i);
581 pi.providers = ArrayUtils.trimToSize(res, num);
3061 owner.providers.add(p);
3259 owner.providers.add(p);
3937 // should have their content providers exported by default, unless they
4016 // A heavy-weight application can not have providers in its main process
4019 outError[0] = "Heavy-weight applications can not have providers in main process";
4755 public final ArrayList<Provider> providers = new ArrayList<Provider>(0); field in class:PackageParser.Package
5048 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.java430 // How long we wait for an attached process to publish its content providers
434 // How long we will retain processes hosting content providers in the "last activity"
978 * List of content providers who have clients waiting for them. The
6044 // Clean-up disabled providers.
6045 ArrayList<ContentProviderRecord> providers = new ArrayList<>();
6047 packageName, disabledClasses, true, false, userId, providers);
6048 for (int i = providers.size() - 1; i >= 0; i--) {
6049 removeDyingProviderLocked(null, providers.get(i), true);
6122 ArrayList<ContentProviderRecord> providers = new ArrayList<>();
6124 userId, providers)) {
11042 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.java283 List<ProviderInfo> providers =
304 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
1050 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
1060 data.writeTypedList(providers);
1049 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.java96 void bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, argument
H A DActivityManagerNative.java1008 ArrayList<ContentProviderHolder> providers =
1010 publishContentProviders(app, providers);
4199 List<ContentProviderHolder> providers) throws RemoteException
4205 data.writeTypedList(providers);
4198 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
H A DActivityThread.java507 List<ProviderInfo> providers; field in class:ActivityThread.AppBindData
847 List<ProviderInfo> providers, ComponentName instrumentationName,
865 data.providers = providers;
5338 // don't bring up providers in restricted mode; they may depend on the
5341 if (!ArrayUtils.isEmpty(data.providers)) {
5342 installContentProviders(app, data.providers);
5343 // For process that contains content providers, we want to
5349 // Do this after providers, since instrumentation tests generally start their
5390 Context context, List<ProviderInfo> providers) {
846 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
5389 installContentProviders( Context context, List<ProviderInfo> providers) argument
5994 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
173 // Set of providers that are explicitly disabled
176 // Mock (test) providers
183 // currently installed providers (with mocks replacing real providers)
187 // real providers, saved here when mocked out
209 // all providers that operate over proxy, for authorizing incoming location
225 // providers as they get certain permissions granted by default.
289 // prepare providers
469 These packages can contain services implementing location providers
1305 pickBest(List<String> providers) argument
[all...]

Completed in 3162 milliseconds