Searched refs:Service (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/tests/BrowserTestPlugin/src/com/android/testplugin/
H A DTestPlugin.java19 import android.app.Service;
23 public class TestPlugin extends Service {
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledService.java19 import android.app.Service;
24 * Empty Service for testing
27 public class DisabledService extends Service {
H A DEnabledService.java19 import android.app.Service;
24 * Empty Service for testing
27 public class EnabledService extends Service {
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityService.java19 import android.app.Service;
25 * Service used by {@link BinderThreadPriorityTest} to verify
28 public class BinderThreadPriorityService extends Service {
H A DMessengerService.java19 import android.app.Service;
27 public class MessengerService extends Service {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java19 import android.app.Service;
27 public class TakeScreenshotService extends Service {
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DReceiverService.java19 import android.app.Service;
28 * Service type receiver application
30 public class ReceiverService extends Service {
H A DDataVerify.java19 import android.app.Service;
30 public class DataVerify extends Service {
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java21 import android.app.Service;
25 public class SchedulerService extends Service {
/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/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java107 final List<Service> mServices = new ArrayList<Service>();
112 final Map<ComponentName, Service> mComponentNameToServiceMap = new HashMap<ComponentName, Service>();
150 Service service = (Service) message.obj;
379 List<Service> services = mServices;
386 Service service = services.get(i);
399 Service service = mServices.get(i);
416 Service servic
947 class Service extends IAccessibilityServiceConnection.Stub class in class:AccessibilityManagerService
981 public Service(ComponentName componentName, method in class:AccessibilityManagerService.Service
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java19 import android.app.Service;
35 abstract public class AsyncService extends Service {
58 * For instance @see android.app.Service#START_STICKY
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java19 import android.app.Service;
37 * <p>This class combines a Service (representing the input method component
44 public abstract class AbstractInputMethodService extends Service
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java19 import android.app.Service;
194 public abstract class AccessibilityService extends Service {
/frameworks/base/core/java/android/app/
H A DService.java34 * A Service is an application component representing either an application's desire
51 * as a standard implementation of Service that has its own thread where it
56 * <li><a href="#WhatIsAService">What is a Service?</a>
57 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
60 * <li><a href="#LocalServiceSample">Local Service Sample</a>
61 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
71 * <h3>What is a Service?</h3>
73 * <p>Most confusion about the Service class actually revolves around what
77 * <li> A Service is <b>not</b> a separate process. The Service objec
279 public abstract class Service extends ContextWrapper implements ComponentCallbacks2 { class in inherits:ContextWrapper,ComponentCallbacks2
282 public Service() { method in class:Service
[all...]
H A DIntentService.java27 * IntentService is a base class for {@link Service}s that handle asynchronous
52 public abstract class IntentService extends Service {
86 * {@link Service#START_REDELIVER_INTENT}, so if this process dies before
93 * {@link Service#START_NOT_STICKY}, and if the process dies, the Intent
126 * @see android.app.Service#onStartCommand
142 * @see android.app.Service#onBind
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalService.java19 import android.app.Service;
28 public class LocalService extends Service {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java22 import android.app.Service;
35 public class SystemUIService extends Service {
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java20 import android.app.Service;
32 * This test case provides a framework in which you can test Service classes in
34 * Service, and hooks with which you can inject various dependencies and control
35 * the environment in which your Service is tested.
44 * A Service is accessed with a specific sequence of
47 * document. In order to support the lifecycle of a Service,
57 * The test case waits to call {@link android.app.Service#onCreate()} until one of your
65 * {@link android.app.Service#onCreate() Service.onCreate()} and then calls either
66 * {@link android.app.Service#startServic
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java23 import android.app.Service;
40 * <p>In addition to the normal Service lifecycle methods, this class
62 public abstract class SpellCheckerService extends Service {
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java21 import android.app.Service;
32 public abstract class RemoteViewsService extends Service {
37 // Because we are now unbinding when we are not using the Service (to allow them to be
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java4 import android.app.Service;
27 public class ExternalStorageFormatter extends Service
101 return Service.START_REDELIVER_INTENT;
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java21 import android.app.Service;
38 * should probably be done in a {@link Service}.
/frameworks/base/core/java/android/net/
H A DVpnService.java20 import android.app.Service;
105 public class VpnService extends Service {
208 * @see Service#onBind
222 * implementation of this method is calling {@link Service#stopSelf()}.
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java21 import android.app.Service;
36 public abstract class RecognitionService extends Service {

Completed in 402 milliseconds

12