Searched refs:getSystemScope (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java86 * just call IdentityScope.getSystemScope()
92 IdentityScope scope = IdentityScope.getSystemScope();
103 IdentityScope systemScope = IdentityScope.getSystemScope();
109 assertSame(is, IdentityScope.getSystemScope());
H A DIdentityScope2Test.java319 IdentityScope scope = IdentityScope.getSystemScope();
/libcore/ojluni/src/main/java/java/security/
H A DIdentityScope.java138 public static IdentityScope getSystemScope() { method in class:IdentityScope
160 * @see #getSystemScope
/libcore/luni/src/test/java/tests/java/security/
H A DIdentityTest.java72 Identity i2 = new IdentityStub("testEquals", IdentityScope.getSystemScope());
256 IdentityScope s = IdentityScope.getSystemScope();
268 Identity i2 = new IdentityStub("testSetPublicKey2_2", IdentityScope.getSystemScope());
284 // Identity i1 = new IdentityStub("testSetPublicKey3_1", IdentityScope.getSystemScope());
285 // Identity i2 = new IdentityStub("testSetPublicKey3_2", IdentityScope.getSystemScope());

Completed in 213 milliseconds