HomeSort by relevance Sort by last modified time
    Searched defs:optionType (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 54 private int optionType = UNSPECIFIED_OPTION;
62 public ConfirmationCallback(int messageType, int optionType, int defaultOption) {
68 switch (optionType) {
88 this.optionType = optionType;
116 public ConfirmationCallback(String prompt, int messageType, int optionType,
127 switch (optionType) {
148 this.optionType = optionType;
199 return optionType;
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 74 milliseconds