HomeSort by relevance Sort by last modified time
    Searched refs:allowMultipleSelections (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
RealmChoiceCallbackTest.java 57 if (rc.allowMultipleSelections()) {
70 boolean all = ref.allowMultipleSelections();
71 assertEquals(all, test.allowMultipleSelections());
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ChoiceCallback.java 75 public boolean allowMultipleSelections() {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmChoiceCallbackTest.java 122 assertFalse("Incorrect multiple", rCCB.allowMultipleSelections());
162 assertTrue("Incorrect multiple", rCCB.allowMultipleSelections());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ChoiceCallbackTest.java 52 assertTrue(cb.allowMultipleSelections());

Completed in 222 milliseconds