Searched defs:Service (Results 1 - 10 of 10) 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.java79 private final class Service extends ILocationProvider.Stub { class in class:LocationProviderBase
121 mBinder = new Service();
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp23 : service_{Service::GetFromMessageInfo(info)},
56 "ERROR: Service \"%s\" failed to reply to message: op=%d pid=%d "
389 Service* service, int flags, const std::shared_ptr<Channel>& channel,
405 Status<int> Message::CheckChannel(const Service* service, ChannelReference ref,
443 std::shared_ptr<Service> Message::GetService() const { return service_.lock(); }
447 Service::Service(const std::string& name, std::unique_ptr<Endpoint> endpoint) function in class:android::pdx::Service
457 Service::~Service() {
465 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.java112 private final Service mDozeService;
122 public DozeMachine(Service service, AmbientDisplayConfiguration config,
359 public interface Service { interface in class:DozeMachine
372 class Delegate implements Service {
373 private final Service mDelegate;
375 public Delegate(Service delegate) {
/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.java51 * constants and methods to determine which Service Class(es) and Device Class
113 public static final class Service { class in class:BluetoothClass
131 * {@link BluetoothClass.Service}. For example, {@link
132 * BluetoothClass.Service#AUDIO}.
138 return ((mClass & Service.BITMASK & service) != 0);
149 * <p>See {@link BluetoothClass.Service} for service class constants.
284 * {@link BluetoothClass.Service}, {@link BluetoothClass.Device.Major} and
300 * {@link BluetoothClass.Service}, {@link BluetoothClass.Device.Major} and
351 if (hasService(Service.RENDER)) {
367 if (hasService(Service
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java436 public static class Service extends SystemUI { class in class:GarbageMonitor
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java741 final Service s = p.services.get(i);
3653 Service s = parseService(owner, res, parser, flags, outError, cachedArgs);
3927 Service s = parseService(owner, res, parser, flags, outError, cachedArgs);
5122 private Service parseService(Package owner, Resources res,
5147 Service s = new Service(cachedArgs.mServiceArgs, new ServiceInfo());
6245 public final ArrayList<Service> services = new ArrayList<Service>(0);
6882 } else if (c instanceof Service) {
6883 ((Service)
7632 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable { class in class:PackageParser
7635 public Service(final ParseComponentArgs args, final ServiceInfo _info) { method in class:PackageParser.Service
7667 private Service(Parcel in) { method in class:PackageParser.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 2736 milliseconds