Searched defs:yes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DYesNoCancelDialogBuilder.java14 public YesNoCancelDialogBuilder(Context context, final Runnable yes, final Runnable no, argument
17 setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
21 yes.run();
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java85 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
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);

Completed in 68 milliseconds