HomeSort by relevance Sort by last modified time
    Searched full:inbox (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /external/curl/docs/examples/
imap-copy.c 43 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX");
imap-search.c 43 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX");
imap-store.c 43 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX");
imap-multi.c 72 /* This will fetch message 1 from the user's inbox */
73 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX/;UID=1");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveSmsMessageAction.java 102 final boolean read = messageValues.getAsBoolean(Sms.Inbox.READ)
106 messageValues.put(Sms.Inbox.READ, read ? Integer.valueOf(1) : Integer.valueOf(0));
109 messageValues.put(Sms.Inbox.SEEN, 1);
112 final Uri messageUri = context.getContentResolver().insert(Sms.Inbox.CONTENT_URI,
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 23 * inbox
150 tmpFolder.addFolder("inbox"); // root/telecom/msg/inbox
BluetoothMapContentTest.java 163 tmpFolderElement = tmpFolderElement.getSubFolder("inbox");
628 BluetoothMapFolderElement inbox = fe.addEmailFolder("Inbox", 300); local
631 inbox.addEmailFolder("keep", 301);
632 inbox.addEmailFolder("private", 302);
633 inbox.addEmailFolder("junk", 303);
639 assertEquals("msg/inbox/keep", fe.getFolderById(301).getFullPath());
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 345 if (ImapConstants.INBOX.equalsIgnoreCase(parentPath)) {
346 // The Inbox is added as a special case, and always in all caps. In reality,
348 parentPath = ImapConstants.INBOX;
442 if (ImapConstants.INBOX.equalsIgnoreCase(folderName)) continue;
458 // In order to properly map INBOX -> Inbox, handle it as a special case.
459 final Mailbox inbox = local
462 mContext, mAccount.mId, inbox.mServerId, '\0', true /*selectable*/, inbox);
463 mailboxes.put(ImapConstants.INBOX, newFolder)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 38 INBOX, // NOTE: The folder's name must be INBOX
174 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /frameworks/base/docs/html/about/versions/
android-2.0-highlights.jd 73 <img src="{@docRoot}sdk/images/2.0/email-inbox.png" class="screenshot" alt="" /><br/>
74 Email Combined Inbox
114 <li>Combined inbox to browse email from multiple accounts in one page.</li>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 204 // We can move the notification setting to the inbox FolderPreferences
205 // later, once we know what the inbox is
325 // Update the folder list (to get our starting folders, e.g. Inbox)
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCache.java 56 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
57 URI_MATCHER.addURI("mms", "inbox/#", MMS_INBOX_ID);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 61 public static final String INBOX = "INBOX";
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 123 // but we only allow Inbox notifications, so it will remain unused
151 true /* inbox */);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
PduCache.java 56 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
57 URI_MATCHER.addURI("mms", "inbox/#", MMS_INBOX_ID);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 83 * The name of the default inbox: "Inbox" or "Priority Inbox", internationalized...
86 // If you find the need for more default Inbox information: ID or capabilities, then
108 * The {@link Uri} to use when moving a conversation to the inbox. May
365 * Returns the URI of the current account's default inbox if available, otherwise
368 * @return a valid default Inbox URI, or {@link Uri#EMPTY} if settings are null or no default
460 // Not checking default Inbox name, since is is identical to the URI check above.
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 61 public static final String INBOX = "INBOX";
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DrawerItem.java 95 /** An inbox folder: Inbox, ...*/
99 /** A non-inbox folder that is shown in the "everything else" group. */
  /external/bison/runtime-po/
lv.po 4 # Arvis L?cis <arvis.lacis@inbox.lv>, 2009.
  /frameworks/base/docs/html/design/patterns/
navigation.jd 71 to view a newer or older one in the same Inbox. Just as when changing view within a screen, such
94 deep within your app's hierarchy. For example, Gmail's Inbox widget and new message notification can
95 both bypass the Inbox screen, taking the user directly to a conversation view.</p>
111 screen. Up or Back from the compose screen would take the user to the Inbox, and from there the
  /frameworks/base/docs/html-intl/intl/in/design/patterns/
navigation.jd 72 untuk melihat percakapan yang lebih baru atau lebih lama dalam Inbox yang sama. Sama seperti saat mengubah tampilan dalam layar, navigasi
95 jauh dalam hierarki aplikasi Anda. Misalnya, widget Inbox dan pemberitahuan pesan baru di Gmail dapat
96 melewatkan layar Inbox, dan membawa pengguna langsung ke tampilan percakapan.</p>
112 Compose. Tombol Up atau Back dari layar Compose akan membawa pengguna ke Inbox, dan dari sana tombol
  /frameworks/base/docs/html-intl/intl/ru/design/patterns/
navigation.jd 95 ????????????? ??????? ? ????????????? ????????? ??????????. ????????, ?????? Inbox ?????????? Gmail ? ??????????? ? ????? ????????? ?????
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java 70 * inbox to a trashed conversation, making it a destructive operation.
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
IBluetoothMapServiceCallbacks.aidl 25 * it can listen to various events that happen in the inbox of the phone such as new messages or

Completed in 1070 milliseconds

12 3 4 5 6 7 8 9