HomeSort by relevance Sort by last modified time
    Searched refs:REPLY (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle a rpc reply.
188 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle a rpc reply.
188 * Fills in the error part of a reply message.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 95 REPLY("reply", false, R.drawable.ic_reply_wht_24dp, R.string.notification_action_reply),
220 // no undo for archive/delete, and mark conversation as read after reply.
230 if (notificationAction == NotificationActionType.REPLY
249 case REPLY:
282 * Action 1: Archive, Delete, Mute, Mark read, Add star, Mark important, Reply, Reply
286 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
295 if (unsortedActions.contains(NotificationActionType.REPLY)) {
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 54 // instantiate the ComposeActivity with the correct reply all intent
126 * Test the cases where: The user's reply-to is one of their custom from's
251 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
274 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
288 * Reply to a message you sent yourself to some recipients in the to field.
299 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
313 * Reply-all to a message you sent.
339 * Reply-all to a message you sent with some to and some CC recips.
521 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
553 activity.mFromSpinner.initialize(ComposeActivity.REPLY, currentAccount.account
    [all...]
  /external/chromium_org/tools/resources/
optimize-png-files.sh 366 [ "$REPLY" == "y" ] && sudo apt-get install $package
367 [ "$REPLY" == "y" ] || exit
  /external/qemu/telephony/
android_modem.c     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 148 public static final int REPLY = 0;
230 // If this is a reply/forward then this extra will hold the original message
232 // If this is a reply/forward then this extra will hold a uri we must query
375 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
409 public static void reply(Context launcher, Account account, Message message) { method in class:ComposeActivity
410 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
639 case UIProvider.DraftType.REPLY:
640 action = REPLY;
659 // original sender and recipients if user switches "reply <-> reply-all"
    [all...]
QuotedTextView.java 41 * View for displaying the quoted text in the compose screen for a reply
46 // HTML tags used to quote reply content
248 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 258 if [[ ! $$$${REPLY} =~ ^[Yy]$$$$ ]]; then \
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 264 : NotificationActionType.REPLY.getPersistedValue();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 248 * Does the server allow the user to compose mails (and reply) using addresses other than
252 * can compose (and reply) using either address.
256 * Whether the server allows the original message to be included in the reply by setting a
257 * flag on the reply. If we can avoid including the entire previous message, we save on
534 * Integer column containing the user's specified default reply behavior. This value
    [all...]
Settings.java 122 replyBehavior = DefaultReplyBehavior.REPLY;
  /external/qemu/android/
hw-events.h 287 KEY_CODE(REPLY ,232) \
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 232 (newAccount.settings.replyBehavior == UIProvider.DefaultReplyBehavior.REPLY)
233 ? "reply"
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 463 milliseconds