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

12

  /frameworks/base/core/jni/
android_util_Binder.cpp 409 //LOGI("Removing death ref: recipient=%p\n", mObject);
959 jobject recipient, jint flags)
961 if (recipient == NULL) {
969 LOGW("Binder has been finalized when calling linkToDeath() with recip=%p)\n", recipient);
973 LOGV("linkToDeath: binder=%p recipient=%p\n", target, recipient);
976 sp<JavaDeathRecipient> jdr = new JavaDeathRecipient(env, recipient);
977 status_t err = target->linkToDeath(jdr, recipient, flags);
979 // Failure adding the death recipient, so clear its reference
988 jobject recipient, jint flags
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 70 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
86 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 83 // Remember the delimiter the user typed to end this recipient. We'll
107 // If the user is in the middle of editing an existing recipient, don't offer the
110 // recipient and the new post-editing recipient. As a precedent, gmail does not show
111 // the auto-complete menu when editing an existing recipient.
409 // recipient, rather than parsing this single name into multiple
434 final Contact recipient; field in class:RecipientsEditor.RecipientContextMenuInfo
437 recipient = r;
ComposeMessageActivity.java 225 private View mTopPanel; // View containing the recipient and subject editors
559 // the wrong recipient. We have been unable to reproduce this,
625 Contact c = ((RecipientContextMenuInfo) menuInfo).recipient;
644 RecipientsMenuClickListener(Contact recipient) {
645 mRecipient = recipient;
1570 String recipient = ""; local
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 197 const sp<IBinder::DeathRecipient>& recipient,
201 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /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));
849 * be processed. Finished at some point after the recipient has returned
889 * Dispatch a pointer event. Finished at some point after the recipient has
    [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
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 356 milliseconds

12