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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java82 public static class Service extends SystemUI { class in class:GarbageMonitor
/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/native/libs/vr/libpdx/
H A Dservice.cpp26 : service_{Service::GetFromMessageInfo(info)},
59 "ERROR: Service \"%s\" failed to reply to message: op=%d pid=%d "
392 Service* service, int flags, const std::shared_ptr<Channel>& channel,
408 Status<int> Message::CheckChannel(const Service* service, ChannelReference ref,
446 std::shared_ptr<Service> Message::GetService() const { return service_.lock(); }
450 Service::Service(const std::string& name, std::unique_ptr<Endpoint> endpoint) function in class:android::pdx::Service
460 Service::~Service() {
468 std::shared_ptr<Service> Servic
[all...]
/frameworks/base/core/java/android/app/
H A DService.java38 * A Service is an application component representing either an application's desire
55 * as a standard implementation of Service that has its own thread where it
60 * <li><a href="#WhatIsAService">What is a Service?</a>
61 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
64 * <li><a href="#LocalServiceSample">Local Service Sample</a>
65 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
75 * <h3>What is a Service?</h3>
77 * <p>Most confusion about the Service class actually revolves around what
81 * <li> A Service is <b>not</b> a separate process. The Service objec
303 public abstract class Service extends ContextWrapper implements ComponentCallbacks2 { class in inherits:ContextWrapper,ComponentCallbacks2
331 public Service() { method in class:Service
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java102 private final Service mDozeService;
112 public DozeMachine(Service service, AmbientDisplayConfiguration config,
353 public interface Service { interface in class:DozeMachine
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h26 class Service;
193 * Service::PushChannel() for a detail description of this method's operation.
200 * Service::PushChannel() for a detail description of this method's operation.
203 Service* service, int flags, const std::shared_ptr<Channel>& channel,
230 Status<int> CheckChannel(const Service* service, ChannelReference ref,
249 Status<int> CheckChannel(const Service* service, ChannelReference ref,
319 std::shared_ptr<Service> GetService() const;
340 friend class Service;
346 std::weak_ptr<Service> service_;
354 class Service class in namespace:android::pdx
[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.
300 if (hasService(Service.RENDER)) {
316 if (hasService(Service.CAPTURE)) {
333 if (hasService(Service.RENDER)) {
346 if (hasService(Service
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java708 final Service s = p.services.get(i);
3669 Service s = parseService(owner, res, parser, flags, outError);
3918 Service s = parseService(owner, res, parser, flags, outError);
5122 private Service parseService(Package owner, Resources res,
5146 Service s = new Service(mParseServiceArgs, new ServiceInfo());
5191 Slog.w(TAG, "Service exported request ignored due to singleUser: "
5715 public final ArrayList<Service> services = new ArrayList<Service>(0);
6323 } else if (c instanceof Service) {
7030 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable { class in class:PackageParser
7033 public Service(final ParseComponentArgs args, final ServiceInfo _info) { method in class:PackageParser.Service
7065 private Service(Parcel in) { method in class:PackageParser.Service
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java315 Service boundService = userState.mBoundServices.get(i);
583 final List<Service> services = userState.mBoundServices;
587 final Service service = services.get(i);
611 List<Service> services = getUserStateLocked(resolvedUserId).mBoundServices;
615 Service service = services.get(i);
917 List<Service> boundServices = getCurrentUserStateLocked().mBoundServices;
1117 Service service = state.mBoundServices.get(i);
1129 Service service = state.mBoundServices.get(i);
1138 final Service service = state.mBoundServices.get(i);
1146 final Service servic
2622 class Service extends IAccessibilityServiceConnection.Stub class in class:AccessibilityManagerService
2699 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 284 milliseconds