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

/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeP2pDevice.java40 public boolean send(byte[] data) { method in class:NativeP2pDevice
H A DNativeLlcpSocket.java61 public void send(byte[] data) throws IOException { method in class:NativeLlcpSocket
/packages/apps/Nfc/tests/src/com/android/nfc/
H A DMockLlcpSocket.java43 public void send(byte[] data) throws IOException { method in class:MockLlcpSocket
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java108 public boolean send(byte[] data); method in interface:DeviceHost.NfcDepEndpoint
130 public void send(byte[] data) throws IOException; method in interface:DeviceHost.LlcpSocket
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java91 // States that can require us to save or send a message as MMS.
179 * {@link send} has completed. This doesn't mean the send succeeded,
916 * save event (send, save draft, etc.)
985 * Returns true if this message would require MMS to send.
992 * Set whether or not we want to send this message via MMS in order to
1073 public void send(final String recipientsInUI) { method in class:WorkingMessage
1075 LogTag.debug("send");
1089 // uaProfUrl setting in mms_config.xml must be present to send an MMS.
1092 String err = "WorkingMessage.send MM
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java151 * The ID of the latest save or send task requested by this Activity.
1276 // If we are about to send a message, and not including the original message,
1297 public SendOrSaveMessageTask(long taskId, boolean send) { argument
1299 if (send && ActivityManager.isUserAMonkey()) {
1300 Log.d(Logging.LOG_TAG, "Inhibiting send while monkey is in charge.");
1301 send = false;
1304 mSend = send;
1391 // Note that send or save tasks are always completed, even if the activity
1405 * - if send, invoke Controller.sendMessage()
1408 private void sendOrSaveMessage(boolean send) { argument
[all...]

Completed in 342 milliseconds