/frameworks/base/core/java/android/provider/ |
Telephony.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
TextServicesManagerService.java | 300 final InternalDeathRecipient recipient = local 303 if (recipient == null) { 305 Slog.w(TAG, "Didn't create a death recipient."); 320 recipient.mScLocale, recipient.mScListener, bundle); 627 InternalDeathRecipient recipient = null; local 637 recipient = new InternalDeathRecipient( 639 scListener.asBinder().linkToDeath(recipient, 0); 640 mListeners.add(recipient); 646 return recipient; [all...] |
/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/base/include/surfaceflinger/ |
SurfaceComposerClient.h | 135 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
|
/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 106 // If the user is in the middle of editing an existing recipient, don't offer the 109 // recipient and the new post-editing recipient. As a precedent, gmail does not show 110 // the auto-complete menu when editing an existing recipient. 213 // Very tricky bug. In the recipient editor, we always leave a trailing 219 // recipient editor was still visible, call mRecipientsEditor.populate(recipients). 220 // This would replace the recipient that had a comma with a recipient 222 // recipient, this would eliminate the span inside the text. The span contains th 447 final Contact recipient; field in class:RecipientsEditor.RecipientContextMenuInfo [all...] |
ComposeMessageActivity.java | 241 private View mTopPanel; // View containing the recipient and subject editors 597 // the wrong recipient. We have been unable to reproduce this, 663 Contact c = ((RecipientContextMenuInfo) menuInfo).recipient; 682 RecipientsMenuClickListener(Contact recipient) { 683 mRecipient = recipient; 1599 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 );
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 76 // new conversation where the recipient set is changing as the user 153 * Find the conversation matching the provided recipient set. 154 * When called with an empty recipient list, equivalent to {@link #createNew}. 219 String recipient = getRecipients(uri); local 220 return get(context, ContactList.getByNumbers(recipient, 225 * Returns true if the recipient in the uri matches the recipient list in this 245 String recipient = getRecipients(uri); local 246 incomingRecipient = ContactList.getByNumbers(recipient, 258 * The recipient list of this conversation can be empty if the result [all...] |
/frameworks/base/libs/gui/ |
SurfaceComposerClient.cpp | 324 const sp<IBinder::DeathRecipient>& recipient, 327 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:__anon1383::__anon1384::__anon1385
|
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 306 * @param recipient Called the next time the thread's message queue is 309 public void waitForIdle(Runnable recipient) { 310 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
|
/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 | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.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...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |