HomeSort by relevance Sort by last modified time
    Searched full:testprincipal (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 64 principals = new Principal[] { new TestPrincipal("0"),
65 new TestPrincipal("1"), new TestPrincipal("2"),
66 new TestPrincipal("3"), new TestPrincipal("4"), };
213 private static class TestPrincipal implements Principal {
216 TestPrincipal(String name) {
221 return "TestPrincipal: " + name;

Completed in 38 milliseconds