HomeSort by relevance Sort by last modified time
    Searched full:defaultchoice (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ChoiceCallbackTest.java 38 int defaultChoice = 1;
48 cb = new ChoiceCallback(prompt, choices, defaultChoice, true);
51 assertEquals(this.defaultChoice, cb.getDefaultChoice());
59 cb = new ChoiceCallback(prompt, choices, defaultChoice, false);
72 cb = new ChoiceCallback(prompt, null, defaultChoice, true);
78 cb = new ChoiceCallback(null, choices, defaultChoice, true);
89 cb = new ChoiceCallback(prompt, new String[0], defaultChoice, true);
95 cb = new ChoiceCallback("", choices, defaultChoice, true);
136 cb = new ChoiceCallback(prompt, c, defaultChoice, false);
140 cb = new ChoiceCallback(prompt, c, defaultChoice, true)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
ChoiceCallbackTest.java 41 int defaultChoice = 1;
44 return new Object[] {new ChoiceCallback(prompt, choices, defaultChoice, true)};
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmChoiceCallbackTest.java 51 * int defaultChoice, boolean multiple) </code> constructor
54 * string parameters are null or empty and if defaultChoice is not
107 * int defaultChoice, boolean multiple) </code> constructor
147 * int defaultChoice, boolean multiple) </code> constructor

Completed in 1169 milliseconds