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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 92 REPLY("reply", false, R.drawable.ic_reply_holo_dark, R.string.notification_action_reply),
232 * Action 1: Archive, Delete, Mute, Mark read, Add star, Mark important, Reply, Reply
236 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
245 if (unsortedActions.contains(NotificationActionType.REPLY)) {
246 sortedActions.add(NotificationActionType.REPLY);
254 * Action 1: Delete, Mute, Mark read, Add star, Mark important, Reply, Reply all
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /external/qemu/telephony/
android_modem.c     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 129 public static final int REPLY = 0;
202 // If this is a reply/forward then this extra will hold the original message
204 // If this is a reply/forward then this extra will hold a uri we must query
342 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
375 public static void reply(Context launcher, Account account, Message message) { method in class:ComposeActivity
376 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
537 case UIProvider.DraftType.REPLY:
538 action = REPLY;
557 // original sender and recipients if user switches "reply <-> reply-all"
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 243 * Does the server allow the user to compose mails (and reply) using addresses other than
247 * can compose (and reply) using either address.
251 * Whether the server allows the original message to be included in the reply by setting a
252 * flag on the reply. If we can avoid including the entire previous message, we save on
527 * Integer column containing the user's specified default reply behavior. This value
    [all...]

Completed in 864 milliseconds