OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:providers1
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java
137
Provider[]
providers1
;
local
151
providers1
= Security.getProviders();
152
for (int i = 0; i <
providers1
.length; i++) {
154
providers1
[i]);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java
158
Provider[]
providers1
;
local
172
providers1
= Security.getProviders();
173
for (int i = 0; i <
providers1
.length; i++) {
175
providers1
[i]);
Completed in 51 milliseconds