Home
last modified time | relevance | path

Searched refs:javaPP (Results 1 – 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/test/java/tests/api/java/util/
DPropertyPermissionTest.java35 static PropertyPermission javaPP = new PropertyPermission("java.*", "read"); field in PropertyPermissionTest
75 assertTrue("Equal returned false for equal objects", javaPP in test_equalsLjava_lang_Object()
78 !javaPP.equals(notEqualToJavaPP)); in test_equalsLjava_lang_Object()
81 !javaPP.equals(alsoNotEqualToJavaPP)); in test_equalsLjava_lang_Object()
96 assertEquals("getActions did not return proper action", "read", javaPP in test_getActions()
114 javaPP.hashCode() == javaPP.getName().hashCode()); in test_hashCode()
140 javaPP.implies(impliedByJavaPP)); in test_impliesLjava_security_Permission()
141 assertTrue("Returned true for unimplied permission", !javaPP in test_impliesLjava_security_Permission()
161 java.security.PermissionCollection pc = javaPP in test_newPermissionCollection()
163 pc.add(javaPP); in test_newPermissionCollection()
[all …]