Searched refs:reply (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java180 public int onConnect(final HeaderSet request, HeaderSet reply) { argument
199 reply.setHeader(HeaderSet.WHO, uuid);
209 reply.setHeader(HeaderSet.TARGET, remote);
241 public int onAbort(HeaderSet request, HeaderSet reply) { argument
254 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, argument
311 HeaderSet reply = new HeaderSet();
403 return pullVcardListing(appParam, appParamValue, reply, op);
411 return pullPhonebook(appParam, appParamValue, reply, op, name);
644 private final int pushHeader(final Operation op, final HeaderSet reply) { argument
648 if (D) Log.d(TAG, reply
691 handleAppParaForResponse(AppParamValue appParamValue, int size, HeaderSet reply, Operation op) argument
758 pullVcardListing(byte[] appParam, AppParamValue appParamValue, HeaderSet reply, Operation op) argument
873 pullPhonebook(byte[] appParam, AppParamValue appParamValue, HeaderSet reply, Operation op, final String name) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java115 // send the reply to the enclosing class.
116 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
117 reply.arg1 = msg.arg1;
118 reply.obj = msg.obj;
119 reply.sendToTarget();
H A DAsyncQueryServiceHelper.java335 Message reply = args.handler.obtainMessage(args.token);
336 reply.obj = args;
337 reply.arg1 = args.op;
341 + reply.what);
344 reply.sendToTarget();
/packages/apps/Phone/src/com/android/phone/
H A DContactsAsyncHelper.java242 // send the reply to the enclosing class.
243 Message reply = ContactsAsyncHelper.this.mResultHandler.obtainMessage(msg.what);
244 reply.arg1 = msg.arg1;
245 reply.obj = msg.obj;
246 reply.sendToTarget();
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasOutboxService.java72 // This is a smart reply email
163 // If we're using smart reply/forward, we need info about the original message
249 /*package*/ String generateSmartSendCmd(boolean reply, OriginalMessageInfo info) { argument
251 sb.append(reply ? "SmartReply" : "SmartForward");
280 // First, we need to get the id of the reply/forward message
302 // a smart reply or a smart forward
341 boolean reply = (flags & Message.FLAG_TYPE_REPLY) != 0;
348 if (includeQuotedText && (reply || forward)) {
380 !smartSend ? MODE_NORMAL : reply ? MODE_SMART_REPLY : MODE_SMART_FORWARD;
392 cmd = reply
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMessageFileViewFragment.java61 UiUtilities.setVisibilitySafe(result, R.id.reply, View.GONE);
H A DMessageViewFragment.java118 /** Called when the reply button is pressed. */
120 /** Called when the reply-all button is pressed. */
214 mReplyButton = UiUtilities.getView(view, R.id.reply);
308 // Disable forward/reply buttons as necessary.
393 case R.id.reply:
431 menu.removeItem(mDefaultReplyAll ? R.id.reply_all : R.id.reply);
445 case R.id.reply:
/packages/apps/Settings/src/com/android/settings/
H A DDevelopmentSettings.java503 Parcel reply = Parcel.obtain();
505 flinger.transact(1010, data, reply, 0);
507 int showCpu = reply.readInt();
509 int enableGL = reply.readInt();
510 int showUpdates = reply.readInt();
513 int showBackground = reply.readInt();
514 int disableOverlays = reply.readInt();
516 reply.recycle();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java482 public int onConnect(HeaderSet request, HeaderSet reply) { argument
543 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { argument
548 public int onDelete(HeaderSet request, HeaderSet reply) { argument
H A DBluetoothOppObexServerSession.java538 public int onConnect(HeaderSet request, HeaderSet reply) { argument

Completed in 191 milliseconds