Home
last modified time | relevance | path

Searched defs:theProp (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java54 private String theProp; field in GetPropertyAction
63 public GetPropertyAction(String theProp) { in GetPropertyAction()
74 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
104 public static String privilegedGetProperty(String theProp) { in privilegedGetProperty()
127 public static String privilegedGetProperty(String theProp, in privilegedGetProperty()
DGetIntegerAction.java70 private String theProp; field in GetIntegerAction
80 public GetIntegerAction(String theProp) { in GetIntegerAction()
91 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
129 public static Integer privilegedGetProperty(String theProp) { in privilegedGetProperty()
152 public static Integer privilegedGetProperty(String theProp, in privilegedGetProperty()
DGetBooleanAction.java53 private String theProp; field in GetBooleanAction
61 public GetBooleanAction(String theProp) { in GetBooleanAction()
88 public static boolean privilegedGetProperty(String theProp) { in privilegedGetProperty()
/libcore/ojluni/annotations/hiddenapi/sun/security/action/
DGetPropertyAction.java32 public GetPropertyAction(java.lang.String theProp) { in GetPropertyAction()
37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction()
47 private java.lang.String theProp; field in GetPropertyAction
DGetIntegerAction.java31 public GetIntegerAction(java.lang.String theProp) { in GetIntegerAction()
36 public GetIntegerAction(java.lang.String theProp, int defaultVal) { in GetIntegerAction()
48 private java.lang.String theProp; field in GetIntegerAction
DGetBooleanAction.java32 public GetBooleanAction(java.lang.String theProp) { in GetBooleanAction()
40 private java.lang.String theProp; field in GetBooleanAction