HomeSort by relevance Sort by last modified time
    Searched defs:systemScope (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/security/
IdentityScope.java 34 // systemScope holds reference to the current system scope
35 private static IdentityScope systemScope;
81 if (systemScope == null) {
85 systemScope = (IdentityScope) Class.forName(className).newInstance();
91 return systemScope;
101 systemScope = scope;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 103 IdentityScope systemScope = IdentityScope.getSystemScope();
111 IdentityScopeStub.mySetSystemScope(systemScope);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 89 milliseconds