OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Services
(Results
1 - 2
of
2
) 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
;
31
* Tests for
Services
37
Services
.initServiceInfo(p);
39
Services
.initServiceInfo(ap);
41
Provider.Service serv =
Services
.getService("Service.ALGORITHM");
49
Services
.updateServiceInfo(); // restore from registered providers
50
serv =
Services
.getService("Service.ALGORITHM");
58
Services
.updateServiceInfo(); //to make needRefresh = false;
59
Services
.initServiceInfo(p);
60
Provider.Service serv =
Services
.getService("Service.ALGORITHM")
[
all
...]
EngineTest.java
29
import org.apache.harmony.security.fortress.
Services
;
40
Services
.updateServiceInfo();
48
Services
.initServiceInfo(p);
67
Services
.initServiceInfo(p);
81
Services
.initServiceInfo(p);
99
Services
.initServiceInfo(p);
Completed in 526 milliseconds