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

/dalvik/libcore/xml/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
/dalvik/libcore/auth/src/main/java/javax/security/auth/
H A DSubject.java523 * Compatibility issue: see comments for setType variable
546 private int setType; field in class:Subject.SecureSet
716 switch (setType) {
743 setType = SET_PrivCred;
745 setType = SET_Principal;
747 setType = SET_PubCred;
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLConnection.java226 setType();
497 private void setType() throws IOException { method in class:FtpURLConnection
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java360 void setType(int t) method in class:XSLTElementDef
/dalvik/libcore/sql/src/main/java/javax/sql/
H A DRowSet.java879 public void setType(int type) throws SQLException; method in interface:RowSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java235 public void setType(int type) throws SQLException { method in class:Impl_RowSet

Completed in 169 milliseconds