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

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 26 import org.apache.harmony.security.fortress.Services;
32 * Tests for Services
38 Services.initServiceInfo(p);
40 Services.initServiceInfo(ap);
42 Provider.Service serv = Services.getService("Service.ALGORITHM");
50 Services.updateServiceInfo(); // restore from registered providers
51 serv = Services.getService("Service.ALGORITHM");
59 Services.updateServiceInfo(); //to make needRefresh = false;
60 Services.initServiceInfo(p);
61 Provider.Service serv = Services.getService("Service.ALGORITHM")
    [all...]
EngineTest.java 29 import org.apache.harmony.security.fortress.Services;
41 Services.updateServiceInfo();
49 Services.initServiceInfo(p);
68 Services.initServiceInfo(p);
81 Services.initServiceInfo(p);
99 Services.initServiceInfo(p);
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 88 * Services.getService call.
137 int newCacheVersion = Services.getCacheVersion();
145 if (Services.isEmpty()) {
149 service = Services.getService(name);
Services.java 33 public class Services {
41 private static final Map<String, Provider.Service> services field in class:Services
46 * Avoids similar provider/services iteration in SecureRandom constructor.
139 * Adds information about provider services into HashMap.
148 if (!services.containsKey(key)) {
149 services.put(key, service);
153 if (!services.containsKey(key)) {
154 services.put(key, service);
161 * Returns true if services contain any provider information.
164 return services.isEmpty()
    [all...]
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
  /libcore/luni/src/main/java/java/security/
Security.java 33 import org.apache.harmony.security.fortress.Services;
130 int result = Services.insertProviderAt(provider, position);
175 Services.removeProvider(p.getProviderNumber());
187 return Services.getProviders();
200 return Services.getProvider(name);
277 java.util.List<Provider> result = Services.getProvidersList();
356 * "KeyStore"} are examples for such kind of services.
387 Provider[] p = Services.getProviders();
SecureRandom.java 25 import org.apache.harmony.security.fortress.Services;
89 Provider.Service service = Services.getSecureRandomService();
Provider.java 36 import org.apache.harmony.security.fortress.Services;
121 * Returns the version number for the services being provided.
123 * @return the version number for the services being provided.
130 * Returns a description of the services being provided.
132 * @return a description of the services being provided.
150 * Clears all properties used to look up services implemented by this
171 // if registered then refresh Services
172 Services.setNeedRefresh();
216 // if registered then refresh Services
217 Services.setNeedRefresh()
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 33 import org.apache.harmony.security.fortress.Services;
45 // Will search OID mappings for these services
103 int newCacheVersion = Services.getCacheVersion();
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 44 import org.apache.harmony.security.fortress.Services;
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 29 // load json files for Google services API suggestions
181 // If the root is reference, but page is also part of Google Services, select Google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 386 [14:02:28] EAS Parser| FolderDisplayName: Services
    [all...]
FolderSyncParserTest2.txt 274 [14:02:28] EAS Parser| FolderDisplayName: Services
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 22 // load json files for Google services API suggestions
180 // If the root is reference, but page is also part of Google Services, select Google
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 34 // $e3fe ; INT 13h Fixed Disk Services Entry Point
51 // $f859 ; INT 15h System Services Entry Point
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 563 "How to sync and back up app and user data to remote web services in the
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /external/chromium_org/net/quic/crypto/
common_cert_set_1_50.inc     [all...]
common_cert_set_51_100.inc     [all...]

Completed in 224 milliseconds