Searched refs:NO (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapResponse.java34 || ImapConstants.NO.equalsIgnoreCase(symbol)
73 * @return whether it's an NO response.
76 return is(0, ImapConstants.NO);
H A DImapConstants.java67 public static final String NO = "NO"; field in class:ImapConstants
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java122 static final int NO = 0; field in class:StkAppService
600 case NO:
850 args.putInt(CHOICE, NO);

Completed in 871 milliseconds