Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java51 private String theProp; field in GetPropertyAction
60 public GetPropertyAction(String theProp) { in GetPropertyAction() argument
61 this.theProp = theProp; in GetPropertyAction()
71 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction() argument
72 this.theProp = theProp; in GetPropertyAction()
84 String value = System.getProperty(theProp); in run()
DGetIntegerAction.java68 private String theProp; field in GetIntegerAction
78 public GetIntegerAction(String theProp) { in GetIntegerAction() argument
79 this.theProp = theProp; in GetIntegerAction()
89 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction() argument
90 this.theProp = theProp; in GetIntegerAction()
108 Integer value = Integer.getInteger(theProp); in run()
DGetBooleanAction.java51 private String theProp; field in GetBooleanAction
59 public GetBooleanAction(String theProp) { in GetBooleanAction() argument
60 this.theProp = theProp; in GetBooleanAction()
70 return Boolean.getBoolean(theProp); in run()
/libcore/ojluni/annotations/hiddenapi/sun/security/action/
DGetIntegerAction.java31 public GetIntegerAction(java.lang.String theProp) { in GetIntegerAction() argument
36 public GetIntegerAction(java.lang.String theProp, int defaultVal) { in GetIntegerAction() argument
48 private java.lang.String theProp; field in GetIntegerAction
DGetPropertyAction.java32 public GetPropertyAction(java.lang.String theProp) { in GetPropertyAction() argument
37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction() argument
47 private java.lang.String theProp; field in GetPropertyAction
DGetBooleanAction.java32 public GetBooleanAction(java.lang.String theProp) { in GetBooleanAction() argument
40 private java.lang.String theProp; field in GetBooleanAction