HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE (Results 1 - 22 of 22) sorted by null

  /frameworks/base/include/binder/
BinderService.h 33 template<typename SERVICE>
39 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE());
45 sm->addService(String16(SERVICE::getServiceName()), new SERVICE());
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 28 public static final String SERVICE = "service";
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 29 // Store spi service name
30 private static final String SERVICE = "AlgorithmParameterGenerator";
33 private static final Engine ENGINE = new Engine(SERVICE);
KeyFactory.java 31 // The service name.
32 private static final String SERVICE = "KeyFactory";
35 private static final Engine ENGINE = new Engine(SERVICE);
51 * the concrete key factory service.
KeyPairGenerator.java 33 // Store KeyPairGenerator SERVICE name
34 private static final String SERVICE = "KeyPairGenerator";
37 private static final Engine ENGINE = new Engine(SERVICE);
SecureRandom.java 71 // The service name.
72 private static final String SERVICE = "SecureRandom";
75 private static final Engine ENGINE = new Engine(SERVICE);
92 Provider.Service service = Services.getSecureRandomService(); local
93 if (service == null) {
99 this.provider = service.getProvider();
100 this.secureRandomSpi = (SecureRandomSpi)service.newInstance(null);
101 this.algorithm = service.getAlgorithm();
Signature.java 38 // The service name.
39 private static final String SERVICE = "Signature";
42 private static Engine ENGINE = new Engine(SERVICE);
KeyStore.java 51 // Store KeyStore SERVICE name
52 private static final String SERVICE = "KeyStore";
55 private static final Engine ENGINE = new Engine(SERVICE);
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 33 // Store CertPathBuilder service name
34 private static final String SERVICE = "CertPathBuilder";
37 private static final Engine ENGINE = new Engine(SERVICE);
CertPathValidator.java 33 // Store CertPathValidator implementation service name
34 private static final String SERVICE = "CertPathValidator";
37 private static final Engine ENGINE = new Engine(SERVICE);
CertStore.java 35 // Store spi implementation service name
36 private static final String SERVICE = "CertStore";
39 private static final Engine ENGINE = new Engine(SERVICE);
CertificateFactory.java 40 // Store CertificateFactory service name
41 private static final String SERVICE = "CertificateFactory";
44 private static final Engine ENGINE = new Engine(SERVICE);
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 34 // Store KeyManagerFactory service name
35 private static final String SERVICE = "KeyManagerFactory";
38 private static final Engine ENGINE = new Engine(SERVICE);
TrustManagerFactory.java 34 // Store TrustManager service name
35 private static final String SERVICE = "TrustManagerFactory";
38 private static final Engine ENGINE = new Engine(SERVICE);
SSLContext.java 34 // StoreSSLContext service name
35 private static final String SERVICE = "SSLContext";
38 private static final Engine ENGINE = new Engine(SERVICE);
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 102 * The service name.
104 private static final String SERVICE = "Cipher";
109 private static final Engine ENGINE = new Engine(SERVICE);
    [all...]
  /external/qemu/hw/
bt-sdp.c 2 * Service Discover Protocol server for QEMU L2CAP devices
435 * for matching Service Records. In practice this shouldn't happen
750 struct sdp_def_service_s **service)
753 while (service[sdp->services])
759 while (*service) {
761 *service, sdp->services);
762 service ++;
768 #define SERVICE(name, attrs) \
819 SERVICE(hid,
895 SERVICE(sdp
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 41 * This class implements a service to monitor the amount of disk
101 public static final String SERVICE = "devicestoragemonitor";
300 * Constructor to run service. initializes the disk space threshold value
401 * Callable from other things in the system service to obtain the low memory
SystemServer.java 136 Slog.i(TAG, "Entropy Service");
192 Slog.i(TAG, "Lights Service");
195 Slog.i(TAG, "Battery Service");
199 Slog.i(TAG, "Vibrator Service");
202 // only initialize the power service after we have started the
203 // lights service, content providers and the battery service.
226 Slog.i(TAG, "No Bluetooh Service (emulator)");
228 Slog.i(TAG, "No Bluetooth Service (factory test)");
230 Slog.i(TAG, "Bluetooth Service");
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE
242 || type == ENUM || type == SERVICE;
255 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor )
267 case SERVICE : return service_descriptor ->file();
268 case METHOD : return method_descriptor ->service()->file();
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 380 // Service Connection to remote media container service to copy
411 public void onServiceConnected(ComponentName name, IBinder service) {
414 IMediaContainerService.Stub.asInterface(service);
447 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); local
449 if (mContext.bindService(service, mDefContainerConn,
491 // have to bind to the service again.
493 Slog.e(TAG, "Failed to bind to media container service");
497 // Once we bind to the service, the first
503 // Already bound to the service. Just mak
4634 final PackageParser.Service service = info.service; local
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 570 milliseconds