/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingListeningExecutorService.java | 22 * A listening executor service which forwards all its method calls to another 23 * listening executor service. Subclasses should override one or more methods to 24 * modify the behavior of the backing executor service as desired per the <a
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
ServiceRouteHeader.java | 11 * This software is provided by NIST as a service and is expressly 37 * SERVICE-ROUTE header SIP param: RFC 3608. 48 public final static String NAME = "Service-Route";
|
/external/qemu/android/protocol/ |
core-commands-proxy.h | 19 * Contains the UI-side implementation of the "ui-core-control" service that is 24 * service. Note that there can be only one instance of this service in the UI.
|
user-events-proxy.h | 14 * Contains the UI-side of the "user events" service. Here we send user events 22 * service. Note that there can be only one instance of this service in the UI.
|
/frameworks/av/drm/libdrmframework/include/ |
IDrmServiceListener.h | 29 * This is the interface class for DRM service listener. 47 * This is the Binder implementation class for DRM service listener. 59 * This is the Binder implementation class for DRM service listener.
|
/frameworks/base/cmds/bugreport/ |
bugreport.c | 28 /* start the dumpstate service */ 31 /* socket will not be available until service starts */ 43 fprintf(stderr, "Failed to connect to dumpstate service\n");
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityService.java | 19 import android.app.Service; 25 * Service used by {@link BinderThreadPriorityTest} to verify 28 public class BinderThreadPriorityService extends Service {
|
/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 65 * The following checks are done to verify that the service record provided 69 * <LI>ServiceClassIDList and ProtocolDescriptorList, the mandatory service 70 * attributes for a <code>btgoep</code> service record, must be present in 78 * with this notifier is a completely valid service record. It is the 79 * responsibility of the application to ensure that the service record 80 * follows all of the applicable syntactic and semantic rules for service 102 * The following checks are done to verify that the service record provided 106 * <LI>ServiceClassIDList and ProtocolDescriptorList, the mandatory service 107 * attributes for a <code>btgoep</code> service record, must be present in 115 * with this notifier is a completely valid service record. It is th [all...] |
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ServiceUserTarget.java | 19 import android.app.Service; 26 public class ServiceUserTarget extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
SingleUserService.java | 19 import android.app.Service; 26 public class SingleUserService extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceInfo.java | 28 * A class for storing Bonjour service information that is advertised 80 * Create a Bonjour service information object. 84 * @param serviceType service type.<br> 88 * @return Bonjour service information object 94 "instance name or service type cannot be empty"); 112 * Create wpa_supplicant service query for PTR record. 116 * @param serviceType service type.<br> 118 * @return wpa_supplicant service query. 138 * Create wpa_supplicant service query for TXT record. 142 * @param serviceType service type.<br [all...] |
WifiP2pServiceResponse.java | 31 * The class for a response of service discovery. 40 * Service type. It's defined in table63 in Wi-Fi Direct specification. 45 * Status code of service discovery response. 52 * Service transaction ID. 53 * This is a nonzero value used to match the service request/response TLVs. 63 * Service discovery response data based on the requested on 64 * the service protocol type. The protocol format depends on the service type. 70 * The status code of service discovery response. 80 /** the service protocol type is not available * [all...] |
/frameworks/ml/bordeaux/service/ |
AndroidManifest.xml | 11 <service android:name=".services.BordeauxService" 16 <!-- This is an action code you can use to select the service 20 </service>
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
IBordeauxService.aidl | 22 * Main learning interface of bordeaux service 41 * Often you want to allow a service to call back to its clients. 43 * the service.
|
/libcore/luni/src/main/java/java/util/spi/ |
LocaleServiceProvider.java | 23 * The base class for all the locale related service provider interfaces (SPIs).
24 * <p>Note that Android does not support user-supplied locale service providers.
37 * Returns all locales for which this locale service provider has localized objects or names.
|
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
SecurityAccess.java | 41 * Access to Service.getAliases() 45 public List<String> getAliases(Provider.Service s); 53 public Provider.Service getService(Provider p, String type);
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldManifestTest.java | 58 "com.ibm.ive.eccomm.client.services.log,com.ibm.ive.eccomm.client.services.registry,com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,com.ibm.ive.eccomm.service.session; specification-version=1.0.0,com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,org.osgi.framework; specification-version=1.0.0,org.osgi.service.log; specification-version=1.0.0,com.ibm.ive.eccomm.flash; specification-version=1.2.0,com.ibm.ive.eccomm.client.xml,com.ibm.ive.eccomm.client.http.common,com.ibm.ive.eccomm.client.http.client"); 61 "Import-Service", 62 "org.osgi.service.log.LogReaderServiceorg.osgi.service.log.LogService,com.ibm.ive.eccomm.service.registry.RegistryService"); 66 "com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,com.ibm.ive.eccomm.common; specification-version=1.0.0,com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0"); 69 "Export-Service", [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
EmptyService.java | 19 import android.app.Service; 24 * Background {@link Service} that is used to keep our process alive long enough 28 public class EmptyService extends Service {
|
/packages/apps/Music/src/com/android/music/ |
MediaAppWidgetProvider.java | 64 * and hide actions if service not running. 100 void notifyChange(MediaPlaybackService service, String what) { 101 if (hasInstances(service)) { 104 performUpdate(service, null); 112 void performUpdate(MediaPlaybackService service, int[] appWidgetIds) { 113 final Resources res = service.getResources(); 114 final RemoteViews views = new RemoteViews(service.getPackageName(), R.layout.album_appwidget); 116 CharSequence titleName = service.getTrackName(); 117 CharSequence artistName = service.getArtistName(); 152 final boolean playing = service.isPlaying() [all...] |
/packages/apps/Phone/src/com/android/phone/ |
INetworkQueryService.aidl | 22 * Service interface to handle queries for available networks. The 23 * Phone application lets this service interface handle carrier 39 * Tells the service that the requested query is to be ignored.
|
TelephonyDebugService.java | 20 import android.app.Service; 29 * A debug service for telephony. 31 public class TelephonyDebugService extends Service {
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
EmptyService.java | 18 import android.app.Service; 23 * Background {@link Service} that is used to keep our process alive long enough 27 public class EmptyService extends Service {
|
/packages/screensavers/WebView/ |
AndroidManifest.xml | 8 <service 13 <action android:name="android.service.dreams.DreamService" /> 16 </service>
|
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 319 /* Transports for the primary service */ 364 typedef UINT8 tGATT_SERV_IF; /* GATT Service Interface */ 384 GATT_DISC_SRVC_BY_UUID, /* discover service of a special type */ 385 GATT_DISC_INC_SRVC, /* discover the included service within a service */ 386 GATT_DISC_CHAR, /* discover characteristics of a service with/without type requirement */ 396 tBT_UUID service; member in struct:__anon2817 453 tGATT_READ_BY_TYPE service; member in union:__anon2823 499 /* primary service group data 508 /* included service attribute valu [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityService.java | 19 import android.app.Service; 34 * An accessibility service runs in the background and receives callbacks by the system 37 * etc. Such a service can optionally request the capability for querying the content 38 * of the active window. Development of an accessibility service requires extending this 50 * The lifecycle of an accessibility service is managed exclusively by the system and 51 * follows the established service life cycle. Additionally, starting or stopping an 52 * accessibility service is triggered exclusively by an explicit user action through 53 * enabling or disabling it in the device settings. After the system binds to a service it 59 * An accessibility is declared as any other service in an AndroidManifest.xml but it 62 * ignore the accessibility service. Additionally an accessibility service must request th [all...] |