Home
last modified time | relevance | path

Searched defs:GetPropertyAction (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/action/
DGetPropertyAction.java29 public class GetPropertyAction implements java.security.PrivilegedAction<java.lang.String> { class
32 public GetPropertyAction(java.lang.String theProp) { in GetPropertyAction() method in GetPropertyAction
37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction() method in GetPropertyAction
/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java53 public class GetPropertyAction implements PrivilegedAction<String> { class
63 public GetPropertyAction(String theProp) { in GetPropertyAction() method in GetPropertyAction
74 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction() method in GetPropertyAction