Home
last modified time | relevance | path

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

/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
/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java51 private String theProp; field in GetPropertyAction
60 public GetPropertyAction(String theProp) { in GetPropertyAction()
71 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
DGetIntegerAction.java68 private String theProp; field in GetIntegerAction
78 public GetIntegerAction(String theProp) { in GetIntegerAction()
89 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
DGetBooleanAction.java51 private String theProp; field in GetBooleanAction
59 public GetBooleanAction(String theProp) { in GetBooleanAction()