HomeSort by relevance Sort by last modified time
    Searched full:allowmultipleselections (Results 1 - 3 of 3) 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/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ChoiceCallbackTest.java 52 assertTrue(cb.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());

Completed in 1559 milliseconds