Home | History | Annotate | Download | only in stk

Lines Matching defs:YES

85         yes,            // The action was started via a user initiated action
119 static final int YES = 1;
584 case YES:
602 * @param userAction If the userAction is yes then we always return 0 otherwise
611 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?
622 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes);
832 args.putInt(CHOICE, YES);