Home
last modified time | relevance | path

Searched defs:defaultVal (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/action/
DGetPropertyAction.java37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction()
45 private java.lang.String defaultVal; field in GetPropertyAction
DGetIntegerAction.java36 public GetIntegerAction(java.lang.String theProp, int defaultVal) { in GetIntegerAction()
46 private int defaultVal; field in GetIntegerAction
/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java52 private String defaultVal; field in GetPropertyAction
71 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
DGetIntegerAction.java69 private int defaultVal; field in GetIntegerAction
89 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java131 final String defaultVal; field in DefaultProxySelector.NonProxyInfo
/libcore/ojluni/src/main/java/java/io/
DFileSystem.java236 private static boolean getBooleanProperty(String prop, boolean defaultVal) { in getBooleanProperty()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileSystem.java118 private static boolean getBooleanProperty(java.lang.String prop, boolean defaultVal) { in getBooleanProperty()
/libcore/ojluni/src/main/java/java/util/
DTreeMap.java2488 void readTreeSet(int size, java.io.ObjectInputStream s, V defaultVal) in readTreeSet()
2494 void addAllForTreeSet(SortedSet<? extends K> set, V defaultVal) { in addAllForTreeSet()
2496 buildFromSorted(set.size(), set.iterator(), null, defaultVal); in addAllForTreeSet() local
2535 V defaultVal) in buildFromSorted()
2561 V defaultVal) in buildFromSorted()