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

12 3

  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 410 final InternalDeathRecipient recipient = local
413 if (recipient == null) {
415 Slog.w(TAG, "Didn't create a death recipient.");
430 recipient.mScLocale, recipient.mScListener, bundle);
757 InternalDeathRecipient recipient = null; local
    [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/opt/mms/src/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 65 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
303 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 109 // Remember the delimiter the user typed to end this recipient. We'll
146 // If the user is in the middle of editing an existing recipient, don't offer the
149 // recipient and the new post-editing recipient. As a precedent, gmail does not show
150 // the auto-complete menu when editing an existing recipient.
251 // Very tricky bug. In the recipient editor, we always leave a trailing
257 // recipient editor was still visible, call mRecipientsEditor.populate(recipients).
258 // This would replace the recipient that had a comma with a recipient
260 // 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 267 private View mTopPanel; // View containing the recipient and subject editors
1739 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 );
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 79 byte recipient: 5; // Recipient of the request member in struct:__anon1576::__anon1577::__anon1578
  /frameworks/base/core/java/android/app/
Instrumentation.java 315 * @param recipient Called the next time the thread's message queue is
318 public void waitForIdle(Runnable recipient) {
319 mMessageQueue.addIdleHandler(new Idler(recipient));
863 * be processed. Finished at some point after the recipient has returned
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 450 const sp<IBinder::DeathRecipient>& recipient,
453 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 84 // new conversation where the recipient set is changing as the user
163 * Find the conversation matching the provided recipient set.
164 * When called with an empty recipient list, equivalent to {@link #createNew}.
236 * Returns true if the recipient in the uri matches the recipient list in this
256 String recipient = getRecipients(uri); local
257 incomingRecipient = ContactList.getByNumbers(recipient,
269 * The recipient list of this conversation can be empty if the results
502 // Invalidate thread ID because the recipient set has changed.
511 * 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...]
  /prebuilts/misc/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/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 5843 milliseconds

12 3