Searched refs:systemScope (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DIdentityScope.java35 // systemScope holds reference to the current system scope
36 private static IdentityScope systemScope; field in class:IdentityScope
82 if (systemScope == null) {
86 systemScope = (IdentityScope) Class.forName(className).newInstance();
92 return systemScope;
102 systemScope = scope;
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java103 IdentityScope systemScope = IdentityScope.getSystemScope();
111 IdentityScopeStub.mySetSystemScope(systemScope);

Completed in 6854 milliseconds