Searched defs:setType (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributesImpl.java528 public void setType (int index, String type)
525 public void setType (int index, String type) method in class:AttributesImpl
/libcore/luni/src/main/java/javax/security/auth/
H A DSubject.java498 * Compatibility issue: see comments for setType variable
521 private int setType; field in class:Subject.SecureSet
683 switch (setType) {
706 setType = SET_PrivCred;
708 setType = SET_Principal;
710 setType = SET_PubCred;
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLConnection.java225 setType();
492 private void setType() throws IOException { method in class:FtpURLConnection
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java1764 public void setType(int type) throws SQLException; method in interface:RowSet

Completed in 107 milliseconds