Searched defs:SecurityManager (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DSecurityManager.java33 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
34 // SecurityManager can only check access by Java code, so it can be bypassed by using
43 * developers can assume that there's no SecurityManager installed,
47 class SecurityManager { class
63 public SecurityManager() { method in class:SecurityManager

Completed in 14 milliseconds