Searched defs:Service (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java33 public abstract class Service implements Transport.Callback { class in inherits:Transport.Callback
38 public Service(Context context, Transport transport, int serviceId) { method in class:Service
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java78 private final class Service extends ILocationProvider.Stub { class in class:LocationProviderBase
120 mBinder = new Service();
/frameworks/base/core/java/android/app/
H A DService.java35 * A Service is an application component representing either an application's desire
52 * as a standard implementation of Service that has its own thread where it
57 * <li><a href="#WhatIsAService">What is a Service?</a>
58 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
61 * <li><a href="#LocalServiceSample">Local Service Sample</a>
62 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
72 * <h3>What is a Service?</h3>
74 * <p>Most confusion about the Service class actually revolves around what
78 * <li> A Service is <b>not</b> a separate process. The Service objec
300 public abstract class Service extends ContextWrapper implements ComponentCallbacks2 { class in inherits:ContextWrapper,ComponentCallbacks2
303 public Service() { method in class:Service
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java47 * constants and methods to determine which Service Class(es) and Device Class
105 public static final class Service { class in class:BluetoothClass
123 * {@link BluetoothClass.Service}. For example, {@link
124 * BluetoothClass.Service#AUDIO}.
130 return ((mClass & Service.BITMASK & service) != 0);
141 * <p>See {@link BluetoothClass.Service} for service class constants.
298 if (hasService(Service.RENDER)) {
316 if (hasService(Service.RENDER)) {
329 if (hasService(Service.OBJECT_TRANSFER)) {
355 if (hasService(Service
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java516 final Service service = p.services.get(i);
2695 Service s = parseService(owner, res, parser, attrs, flags, outError);
2893 Service s = parseService(owner, res, parser, attrs, flags, outError);
3778 private Service parseService(Package owner, Resources res,
3801 Service s = new Service(mParseServiceArgs, new ServiceInfo());
3838 Slog.w(TAG, "Service exported request ignored due to singleUser: "
4301 public final ArrayList<Service> services = new ArrayList<Service>(0);
4902 public final static class Service extend class in class:PackageParser
4905 public Service(final ParseComponentArgs args, final ServiceInfo _info) { method in class:PackageParser.Service
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java488 List<Service> services = userState.mBoundServices;
494 Service service = services.get(i);
506 CopyOnWriteArrayList<Service> services;
520 Service service = services.get(i);
902 Service service = state.mBoundServices.get(i);
920 Service service = state.mBoundServices.get(i);
939 Service service = state.mBoundServices.get(i);
1048 Service service = state.mBoundServices.get(i);
1065 private void addServiceLocked(Service service, UserState userState) {
1080 private void removeServiceLocked(Service servic
1934 class Service extends IAccessibilityServiceConnection.Stub class in class:AccessibilityManagerService
1999 public Service(int userId, ComponentName componentName, method in class:AccessibilityManagerService.Service
[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 302 milliseconds