Searched refs:allowMultipleSelections (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
H A DRealmChoiceCallbackTest.java57 if (rc.allowMultipleSelections()) {
70 boolean all = ref.allowMultipleSelections();
71 assertEquals(all, test.allowMultipleSelections());
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DChoiceCallback.java75 public boolean allowMultipleSelections() { method in class:ChoiceCallback
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DRealmChoiceCallbackTest.java122 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/
H A DChoiceCallbackTest.java52 assertTrue(cb.allowMultipleSelections());

Completed in 124 milliseconds