Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for accessDeclaredMembers (0.07 seconds)

  1. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

            new SecurityPermission("setPolicy"),
            new RuntimePermission("setSecurityManager"),
            // Permissions needed by the junit test harness
            new RuntimePermission("accessDeclaredMembers"),
            new PropertyPermission("*", "read"),
            new FilePermission("<<ALL FILES>>", "read"));
      }
    
      /** Sleeps until the given time has elapsed. Throws AssertionFailedError if interrupted. */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 20:07:52 GMT 2025
    - 37.8K bytes
    - Click Count (0)
Back to Top