Searched
full:service (Results
1776 -
1800 of
11175) sorted by null
<<71727374757677787980>>
/external/libnfc-nci/src/nfc/llcp/ |
llcp_sdp.c | 22 * This file contains the LLCP Service Discovery 56 ** Description Enqueue Service Name Lookup PDU into sig_xmit_q for transmitting 85 ** Description Add Service Discovery Request into SNL PDU 110 ** Description Send Service Discovery Request 192 ** Description Add Service Discovery Response into SNL PDU 216 ** Description Send Service Discovery Response 295 ** Description Search SAP by service name 416 &&(sdu_length >= 2 + length) ) /* type, length, TID and service name */
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAssociatedURIHeader.java | 12 * This software is provided by NIST as a service and is expressly 40 * <p>An associated URI is a URI that the service provider
|
ServiceRoute.java | 11 * This software is provided by NIST as a service and is expressly 40 * SERVICE-ROUTE header SIP param: RFC 3608.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
ServiceRouteParser.java | 11 * This software is provided by NIST as a service and is expressly 42 * Service-Route header parser.
|
/external/openssh/ |
ssh.h | 49 * Name for the service. The port named by this service overrides the
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ServiceTest.java | 77 /** Tests Service.callMethod(). */ 98 /** Tests Service.get{Request,Response}Prototype(). */ 173 Service service = ServiceWithNoOuter.newReflectiveService(impl); local 193 service.callMethod(fooMethod, controller, request, callback); 202 BlockingService service = local 222 service.callBlockingMethod(fooMethod, controller, request); 256 // No service class should have been generated.
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/ |
AndroidConnectionConfiguration.java | 25 * Creates a new ConnectionConfiguration for the specified service name. 29 * @param serviceName the name of the service provided by an XMPP server.
|
/external/smack/src/org/jivesoftware/smack/ |
AndroidConnectionConfiguration.java | 25 * Creates a new ConnectionConfiguration for the specified service name. 29 * @param serviceName the name of the service provided by an XMPP server.
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
DeafOccupantInterceptor.java | 29 * Packet interceptor that will intercept presence packets sent to the MUC service to indicate 40 * Note that this is a custom extension to the MUC service so it may not work with other servers
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
OfferContent.java | 48 * Returns true if the content of the offer is related to a service transfer made by another
52 * @return true if the content of the offer is related to a service transfer made by another agent.
|
/frameworks/av/media/libmedia/ |
IMediaDeathNotifier.cpp | 47 ALOGW("Media player service not published, waiting..."); 57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
|
/frameworks/base/core/java/android/hardware/ |
SerialManager.java | 43 public SerialManager(Context context, ISerialManager service) { 45 mService = service;
|
/frameworks/base/core/java/android/view/accessibility/ |
package.html | 30 {@link android.view.accessibility.AccessibilityManager} is a system level service that 36 accessibility service which extends {@link android.accessibilityservice.AccessibilityService}.
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalReceiver.java | 46 resultString = "Successfully bound to service, but expected it to fail"; 49 public void onServiceConnected(ComponentName name, IBinder service) {
|
LocalService.java | 19 import android.app.Service; 28 public class LocalService extends Service {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MessengerTest.java | 35 public void onServiceConnected(ComponentName name, IBinder service) { 37 mServiceMessenger = new Messenger(service);
|
/frameworks/base/docs/html/training/accessibility/ |
accessible-app.jd | 7 next.title=Developing an Accessibility Service 8 next.link=service.html 52 can be read out loud to your user by a speech-based accessibility service like <a 90 (an accessibility service published by Google) and enable it in <strong>Settings 155 accessibility service, enabling it to provide features like text-to-speech to 183 events, install and enable an accessibility service. One option is <a 186 a free, open source screen reader available on Google Play. With the service 195 <p>Between the service providing feedback and the directional navigation through
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
GeocodeProvider.java | 77 * a service that implements a geocoder service.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTestUtils.java | 35 assertNotNull("Camera service IBinder should not be null", cameraServiceBinder); 38 assertNotNull("Camera service should not be null", getCameraService());
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
BiometricSensorUnlock.java | 45 * Binds to the biometric unlock service and starts the unlock procedure. Called on the UI 52 * Stops the biometric unlock procedure and unbinds from the service. Called on the UI thread.
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
DataVerify.java | 19 import android.app.Service; 30 public class DataVerify extends Service {
|
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/ |
PacService.java | 18 import android.app.Service; 31 public class PacService extends Service {
|
/frameworks/base/services/java/com/android/server/am/ |
CompatModeDialog.java | 39 public CompatModeDialog(ActivityManagerService service, Context context, 47 mService = service;
|
/frameworks/base/services/java/com/android/server/wm/ |
StackTapPointerEventListener.java | 38 public StackTapPointerEventListener(WindowManagerService service, 40 mService = service;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
CountryDetectorServiceTest.java | 96 private void waitForSystemReady(CountryDetectorService service) { 103 if (service.isSystemReady()) {
|
Completed in 1141 milliseconds
<<71727374757677787980>>