Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java59 String[] choices = info[0].choices; in testPublicFields() local
60 assertNull(choices); in testPublicFields()
/libcore/ojluni/src/main/java/java/sql/
DDriverPropertyInfo.java83 public String[] choices = null; field in DriverPropertyInfo