Searched refs:services (Results 151 - 155 of 155) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java305 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
310 for (ResolveInfo ri : services) {
501 // Unregister all callbacks and unbind all services.
/frameworks/base/core/java/android/app/
H A DActivityThread.java859 CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) {
861 if (services != null) {
863 ServiceManager.initServiceCache(services);
3382 //Slog.i(TAG, "Running services: " + mServices);
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
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java670 // All available services, for your resolving pleasure.
6112 return mServices.queryIntentForPackage(intent, resolvedType, flags, pkg.services,
8003 for (PackageParser.Service s : pkg.services) {
8712 N = pkg.services.size();
8715 PackageParser.Service s = pkg.services.get(i);
9653 N = pkg.services.size();
9656 PackageParser.Service s = pkg.services.get(i);
17164 // manager (cleaner but more work) or have the services provide
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java492 // How long to wait in getAssistContextExtras for the activity and foreground services
548 /** All system services */
805 * Where in mLruProcesses that the processes hosting services start.
1159 * For example, references to the commonly used services.
1290 * determine on the next iteration which should be B services.
2936 * lazily setup to make sure the services are running when they're asked for.
2940 // violate the rules about which services they have access to.
3260 final boolean hasService = false; // not impl yet. app.services.size() > 0;
3309 // Process has services, put it at the top of the service list.
3400 // Process has services, pu
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 319 milliseconds

1234567