HomeSort by relevance Sort by last modified time
    Searched full:service (Results 301 - 325 of 7469) sorted by null

<<11121314151617181920>>

  /external/dbus/test/data/valid-config-files/system.d/
test.conf 5 policy so that a particular user can own a service, and other
8 <!-- Only root can own the FooService service, and
  /external/freetype/include/freetype/internal/services/
svxf86nm.h 29 * A trivial service used to return the name of a face's font driver,
30 * according to the XFree86 nomenclature. Note that the service data
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 35 public abstract class AbstractIdleService implements Service {
38 private final Service delegate = new AbstractService() {
68 /** Start the service. */
71 /** Stop the service. */
75 * Returns the {@link Executor} that will be used to run this service.
79 * execute()} method is called when this service is started and stopped,
82 * @param state {@link Service.State#STARTING} or
83 * {@link Service.State#STOPPING}, used by the default implementation for
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 28 public static final String SERVICE = "service";
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 35 * communication line to a {@link Service} which can be used to call that
36 * {@link Service}'s methods. The {@link Service} may be running on another
38 * instead construct a stub {@link Service} wrapping it. Example:
43 * MyService service = MyService.newStub(channel);
44 * service.myMethod(controller, request, callback);
57 * Call the given method of the remote service. This method is similar to
58 * {@code Service.callMethod()} with one important difference: the caller
  /external/qemu/android/
adb-qemud.h 21 * Implements 'adb' QEMUD service that is responsible for the data exchange
25 /* Initializes adb QEMUD service. */
  /external/qemu/android/camera/
camera-service.h 21 * Contains public camera service API.
24 /* Initializes camera emulation service over qemu pipe. */
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 25 * A class representing service information for network service discovery
50 /** Get the service name */
55 /** Set the service name */
60 /** Get the service type */
65 /** Set the service type */
80 /** Get the host address. The host address is valid for a resolved service. */
90 /** Get port number. The port number is valid for a resolved service. */
  /frameworks/base/core/java/android/os/
CommonClock.java 37 * Used for accessing the android common time service's common clock and receiving notifications
44 * common time service is not able to determine the current common time due to a lack of
50 * Sentinel value returned by {@link #getTimelineId()} when the common time service is not
56 * Sentinel value returned by {@link #getEstimatedError()} when the common time service is not
63 * attempting to determine the state of the common time service.
68 * Value used by {@link #getState()} to indicate that the common time service is in its initial
69 * state and attempting to find the current timeline master, if any. The service will
77 * Value used by {@link #getState()} to indicate that the common time service is in its client
83 * Value used by {@link #getState()} to indicate that the common time service is in its master
84 * state and is serving as the timeline master for other common time service clients on th
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperConnection.aidl 17 package android.service.wallpaper;
20 import android.service.wallpaper.IWallpaperEngine;
IWallpaperService.aidl 17 package android.service.wallpaper;
19 import android.service.wallpaper.IWallpaperConnection;
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
TestService.java 20 import android.app.Service;
24 public class TestService extends Service {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeCoreService.java 19 import android.app.Service;
24 public class FakeCoreService extends Service {
  /frameworks/base/tests/BrowserTestPlugin/src/com/android/testplugin/
TestPlugin.java 19 import android.app.Service;
23 public class TestPlugin extends Service {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 37 * service.
38 * TODO: Eventally the remote service will be running in the system server, and
39 * this will need to be served as a stub for the remote running service. And
136 * Class for interacting with the main interface of the service.
140 IBinder service) {
141 // This is called when the connection with the service has been
143 mService = IBordeauxService.Stub.asInterface(service);
147 // This is called when the connection with the service has been
ILearning_MulticlassPA.aidl 20 * Example of a secondary interface associated with a service. (Note that
22 * retrieve it from the service.)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceUnavailableException.java 17 package com.android.emailcommon.service;
20 * An Exception thrown when a service proxy requires a result and there's a remote exception; this
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 17 package com.android.email.service;
23 * independently disable/enable each service we need to give it a different class name.
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 86 EasSyncService service = new EasSyncService(); local
87 service.mContext = mContext;
88 service.mMailbox = mailbox;
89 service.mAccount = account;
90 service.mContentResolver = mContext.getContentResolver();
91 return service;
95 EasSyncService service = getTestService(); local
99 return c.newInstance(service);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 86 EasSyncService service = new EasSyncService(); local
87 service.mContext = mContext;
88 service.mMailbox = mailbox;
89 service.mAccount = account;
90 service.mContentResolver = mContext.getContentResolver();
91 return service;
95 EasSyncService service = getTestService(); local
99 return c.newInstance(service);
  /packages/experimental/NotificationShowcase/
AndroidManifest.xml 16 <service android:name=".NotificationShowcaseActivity$UpdateService"/>
17 <service android:name=".NotificationShowcaseActivity$ProgressService"/>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MockSyncAdapter.java 19 import android.app.Service;
26 public class MockSyncAdapter extends Service {
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/
exportactivity2.xml 14 android:name="com.sample.service.serviceClass"
18 <action android:name="com.sample.service.serviceClass" >
exportactivity3.xml 15 android:name="com.sample.service.serviceClass"
18 <action android:name="com.sample.service.serviceClass" >
exportreceiver2.xml 14 android:name="com.sample.service.serviceClass"
18 <action android:name="com.sample.service.serviceClass" >

Completed in 730 milliseconds

<<11121314151617181920>>