/external/skia/src/core/ |
SkMessageBus.h | 23 class Inbox { 25 Inbox(); 26 ~Inbox(); 43 SkTDArray<Inbox*> fInboxes; 56 // ----------------------- Implementation of SkMessageBus::Inbox ----------------------- 59 SkMessageBus<Message>::Inbox::Inbox() { 67 SkMessageBus<Message>::Inbox::~Inbox() { 81 void SkMessageBus<Message>::Inbox::receive(const Message& m) [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/ |
StoreTests.java | 104 Store.updateMailbox(testMailbox, 1L, "inbox", '/', true, Mailbox.TYPE_MAIL); 106 assertEquals("inbox", testMailbox.mDisplayName); 107 assertEquals("inbox", testMailbox.mServerId); 110 Store.updateMailbox(testMailbox, 2L, "inbox/a", '/', true, Mailbox.TYPE_MAIL); 113 assertEquals("inbox/a", testMailbox.mServerId); 116 Store.updateMailbox(testMailbox, 3L, "inbox/a/b/c/d", '/', true, Mailbox.TYPE_MAIL); 119 assertEquals("inbox/a/b/c/d", testMailbox.mServerId); 122 Store.updateMailbox(testMailbox, 4L, "inbox/a/b/c", '\0', true, Mailbox.TYPE_MAIL); 124 assertEquals("inbox/a/b/c", testMailbox.mDisplayName); 125 assertEquals("inbox/a/b/c", testMailbox.mServerId) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mhlib.py | 113 # An inbox with a couple of messages. 114 writeMessage('inbox', 1, 118 writeMessage('inbox', 2, 147 writeContext('inbox') 148 writeCurMessage('inbox', 2) 155 eq(mh.getcontext(), 'inbox') 162 mh.setcontext('inbox') 164 inbox = mh.openfolder('inbox') 165 eq(inbox.getfullname() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mhlib.py | 113 # An inbox with a couple of messages. 114 writeMessage('inbox', 1, 118 writeMessage('inbox', 2, 147 writeContext('inbox') 148 writeCurMessage('inbox', 2) 155 eq(mh.getcontext(), 'inbox') 162 mh.setcontext('inbox') 164 inbox = mh.openfolder('inbox') 165 eq(inbox.getfullname() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 113 # An inbox with a couple of messages. 114 writeMessage('inbox', 1, 118 writeMessage('inbox', 2, 147 writeContext('inbox') 148 writeCurMessage('inbox', 2) 155 eq(mh.getcontext(), 'inbox') 162 mh.setcontext('inbox') 164 inbox = mh.openfolder('inbox') 165 eq(inbox.getfullname() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 113 # An inbox with a couple of messages. 114 writeMessage('inbox', 1, 118 writeMessage('inbox', 2, 147 writeContext('inbox') 148 writeCurMessage('inbox', 2) 155 eq(mh.getcontext(), 'inbox') 162 mh.setcontext('inbox') 164 inbox = mh.openfolder('inbox') 165 eq(inbox.getfullname() [all...] |
/external/curl/docs/examples/ |
imap-fetch.c | 42 /* This will fetch message 1 from the user's inbox */ 43 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX/;UID=1");
|
imap-list.c | 43 * list the folders within a specific folder, for example the inbox, then 44 * specify the folder as a path in the URL such as /INBOX */
|
imap-ssl.c | 43 /* This will fetch message 1 from the user's inbox. Note the use of 45 curl_easy_setopt(curl, CURLOPT_URL, "imaps://imap.example.com/INBOX/;UID=1");
|
imap-tls.c | 43 /* This will fetch message 1 from the user's inbox */ 44 curl_easy_setopt(curl, CURLOPT_URL, "imap://imap.example.com/INBOX/;UID=1");
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
MainActivity.java | 24 import android.provider.Telephony.Sms.Inbox; 46 * -a simple query to the SMS content provider to show a list of SMS messages in the inbox. even 99 // Simple query to show the most recent SMS messages in the inbox 172 // This will fetch all SMS messages in the inbox, ordered by date desc 194 * A basic SmsQuery on android.provider.Telephony.Sms.Inbox 199 static final Uri CONTENT_URI = Inbox.CONTENT_URI; 202 Inbox._ID, 203 Inbox.ADDRESS, 204 Inbox.BODY, 207 static final String SORT_ORDER = Inbox.DEFAULT_SORT_ORDER [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 133 * Returns true if the candidate URI is the URI for the default inbox for the given account. 135 * @param account the account whose default Inbox the candidate might be 136 * @return true if the candidate is indeed the default inbox for the given account. 145 * inbox. 146 * @return true if user is in conversation list mode, viewing the default inbox. 149 // If we don't have valid state, then we are not in the inbox. 251 // If going to the inbox, clear the folder list transaction history. 256 // If we ever to to the inbox, we want to unset the transation id for any other 257 // non-inbox folder. 315 * Switch to the Inbox by creating a new conversation list context that loads the inbox [all...] |
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/ |
AbstractGmailHelper.java | 31 * This method will navigate to the Inbox or Primary, depending on the name. 43 * Setup expectations: Gmail is open on the Inbox or Primary page. 57 * Checks if the app is open on the Inbox or Primary page. 59 * @return true if the current view is the Inbox or Primary page, false otherwise. 64 * Setup expectations: Gmail is open and on the Inbox or Primary page. 73 * Setup expectations: Gmail is open and on the Inbox or Primary page.
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
AccountPreferences.java | 38 * default inbox is yet. This value should be moved into the appropriate 39 * {@link FolderPreferences} once we have the inbox, and removed from here. 42 "inbox-notifications-enabled";
|
/platform_testing/libraries/gmail-app-helper/src/android/platform/test/helpers/ |
GmailHelperImpl.java | 65 By.res(UI_PACKAGE_NAME, "name").text("Inbox"); 144 // Check if already in Inbox or Primary 159 // Select for the closed Inbox icon 161 By.res(UI_PACKAGE_NAME, "image_view").text("Inbox")); 179 // Select for the open Inbox icon 181 By.res(UI_PACKAGE_NAME, "name").text("Inbox")); 189 throw new RuntimeException("Unable to find method to get to Primary/Inbox"); 197 // If in another e-mail sub-folder, go to Primary or Inbox 202 // Select for "Primary" and for "Inbox" 220 throw new IllegalStateException("Gmail is not on the Inbox or Primary page") [all...] |
/frameworks/base/core/tests/coretests/src/android/provider/ |
SmsProviderTest.java | 65 urls[i] = contentResolver.insert(Sms.Inbox.CONTENT_URI, map); 69 Cursor c = contentResolver.query(Sms.Inbox.CONTENT_URI, null, null, null, "date");
|
/external/skia/tests/ |
MessageBusTest.cpp | 19 SkMessageBus<TestMessage>::Inbox inbox1, inbox2;
|
/external/skia/tools/skp/page_sets/ |
skia_gmailthread_desktop.py | 41 'https://mail.google.com/mail/?shva=1#inbox/13ba91194d0b8a2e',
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
FolderWatcher.java | 47 /** Map returning the default inbox folder for each URI */ 85 // Create list of Inbox URIs from the array of accounts. 108 * @param uri the URI for an inbox whose unread count is to be watched 113 // No inbox folder yet, put a safe placeholder for now. 180 * Returns the unread count for the default inbox for the account given. The account must be
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_URL.3 | 184 imap://user:password@mail.example.com/INBOX - Performs a folder list on the 185 user's inbox 187 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox 190 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects 191 the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches 194 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT - Selects the 195 user's inbox and fetches the text portion of message 3 197 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024 - Selects 198 the user's inbox and fetches the first 1024 octets of message [all...] |
/developers/build/prebuilts/gradle/Notifications/Application/src/main/res/values/ |
strings.xml | 32 <string name="inbox_example">Inbox example</string> 156 <string name="inbox_style_example_title">Inbox style example title</string> 157 <string name="inbox_style_example_summary_text">Inbox style example summary</string> 158 <string name="inbox_style_example_line1">Inbox style example line 1</string> 159 <string name="inbox_style_example_line2">Inbox style example line 2</string> 160 <string name="inbox_style_example_line3">Inbox style example line 3</string>
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/res/values/ |
strings.xml | 32 <string name="inbox_example">Inbox example</string> 156 <string name="inbox_style_example_title">Inbox style example title</string> 157 <string name="inbox_style_example_summary_text">Inbox style example summary</string> 158 <string name="inbox_style_example_line1">Inbox style example line 1</string> 159 <string name="inbox_style_example_line2">Inbox style example line 2</string> 160 <string name="inbox_style_example_line3">Inbox style example line 3</string>
|
/development/samples/browseable/Notifications/Application/res/values/ |
strings.xml | 32 <string name="inbox_example">Inbox example</string> 156 <string name="inbox_style_example_title">Inbox style example title</string> 157 <string name="inbox_style_example_summary_text">Inbox style example summary</string> 158 <string name="inbox_style_example_line1">Inbox style example line 1</string> 159 <string name="inbox_style_example_line2">Inbox style example line 2</string> 160 <string name="inbox_style_example_line3">Inbox style example line 3</string>
|
/packages/apps/Email/emailcommon/res/values/ |
strings.xml | 24 <!-- Do Not Translate. This is the system name of the "inbox" folder. --> 25 <string name="mailbox_name_server_inbox" translatable="false">Inbox</string>
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 74 assertEquals("Inbox", Mailbox.getSystemMailboxName(mContext, Mailbox.TYPE_INBOX)); 83 assertEquals("Inbox", Mailbox.getSystemMailboxName(mContext, Mailbox.TYPE_INBOX));
|