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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java160 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
1181 * @param userAction If the userAction is yes then we always return 0 otherwise
1190 return ((userAction == InitiatedByUserAction.yes) | mStkContext[slotId].mMenuIsVisible)
1283 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes, slotId);

Completed in 223 milliseconds