HomeSort by relevance Sort by last modified time
    Searched refs:recipient (Results 26 - 50 of 55) sorted by null

12 3

  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 299 final InternalDeathRecipient recipient = local
302 if (recipient == null) {
304 Slog.w(TAG, "Didn't create a death recipient.");
319 recipient.mScLocale, recipient.mScListener, bundle);
631 InternalDeathRecipient recipient = null; local
641 recipient = new InternalDeathRecipient(
643 scListener.asBinder().linkToDeath(recipient, 0);
644 mListeners.add(recipient);
650 return recipient;
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 65 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
81 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java 793 boolean recipient = false;
797 recipient = true;
802 recipient = true;
807 recipient = true;
811 if (false == recipient) {
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 115 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 111 // Remember the delimiter the user typed to end this recipient. We'll
148 // If the user is in the middle of editing an existing recipient, don't offer the
151 // recipient and the new post-editing recipient. As a precedent, gmail does not show
152 // the auto-complete menu when editing an existing recipient.
253 // Very tricky bug. In the recipient editor, we always leave a trailing
259 // recipient editor was still visible, call mRecipientsEditor.populate(recipients).
260 // This would replace the recipient that had a comma with a recipient
262 // recipient, this would eliminate the span inside the text. The span contains th
492 final Contact recipient; field in class:RecipientsEditor.RecipientContextMenuInfo
    [all...]
ComposeMessageActivity.java 249 private View mTopPanel; // View containing the recipient and subject editors
704 // the wrong recipient. We have been unable to reproduce this,
1682 String recipient = null; local
    [all...]
  /external/clang/www/demo/
index.cgi 108 my ( $recipient, $body ) = @_;
110 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 337 const sp<IBinder::DeathRecipient>& recipient,
340 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 79 byte recipient: 5; // Recipient of the request member in struct:__anon1469::__anon1470::__anon1471
  /frameworks/base/core/java/android/app/
Instrumentation.java 307 * @param recipient Called the next time the thread's message queue is
310 public void waitForIdle(Runnable recipient) {
311 mMessageQueue.addIdleHandler(new Idler(recipient));
855 * be processed. Finished at some point after the recipient has returned
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 78 // new conversation where the recipient set is changing as the user
157 * Find the conversation matching the provided recipient set.
158 * When called with an empty recipient list, equivalent to {@link #createNew}.
230 * Returns true if the recipient in the uri matches the recipient list in this
250 String recipient = getRecipients(uri); local
251 incomingRecipient = ContactList.getByNumbers(recipient,
263 * The recipient list of this conversation can be empty if the results
453 // Invalidate thread ID because the recipient set has changed.
462 * Returns the recipient set of this conversation
    [all...]
  /external/openssl/crypto/pem/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/openssl/include/openssl/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 295 void giveRemainingTo(Vector<UChar>& recipient)
297 recipient.append(m_current, m_end - m_current);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 468 milliseconds

12 3