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

  /libcore/ojluni/src/main/java/sun/security/jca/
ServiceId.java 35 public final class ServiceId {
40 public ServiceId(String type, String algorithm) {
ProviderList.java 355 * @deprecated use getServices(List<ServiceId>) instead
359 List<ServiceId> ids = new ArrayList<>();
361 ids.add(new ServiceId(type, alg));
366 public List<Service> getServices(List<ServiceId> ids) {
378 // avoid allocating/traversing the ServiceId list for these lookups
384 private final List<ServiceId> ids;
404 ServiceList(List<ServiceId> ids) {
442 for (ServiceId id : ids) {
GetInstance.java 120 * @deprecated use getServices(List<ServiceId>) instead
133 public static List<Service> getServices(List<ServiceId> ids) {
  /libcore/ojluni/src/main/java/java/security/
Signature.java 273 private final static List<ServiceId> rsaIds = Arrays.asList(
274 new ServiceId[] {
275 new ServiceId("Signature", "NONEwithRSA"),
276 new ServiceId("Cipher", "RSA/ECB/PKCS1Padding"),
277 new ServiceId("Cipher", "RSA/ECB"),
278 new ServiceId("Cipher", "RSA//PKCS1Padding"),
279 new ServiceId("Cipher", "RSA"),
    [all...]
  /system/bt/service/test/
gatt_identifier_unittest.cpp 34 TEST(GattIdentifierTest, ServiceId) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 285 const WCHAR *ServiceId;
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 1381 milliseconds