HomeSort by relevance Sort by last modified time
    Searched full:inbox (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/include/private/
SkMessageBus.h 23 class Inbox {
25 Inbox();
26 ~Inbox();
43 SkTDArray<Inbox*> fInboxes;
58 // ----------------------- Implementation of SkMessageBus::Inbox -----------------------
61 SkMessageBus<Message>::Inbox::Inbox() {
69 SkMessageBus<Message>::Inbox::~Inbox() {
83 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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/autotest/client/site_tests/performance_InboxInputLatency/
control 13 starts Input tracing on the Inbox composer, then injects
performance_InboxInputLatency.py 24 _INBOX_URL = 'https://inbox.google.com'
33 """Invoke Inbox composer, inject key events then measure latency."""
102 """Navigate to Inbox, and click the compose button."""
108 # Idle for making inbox tab stablized, i.e. not busy in syncing with
109 # backend inbox server.
115 # Make inbox tab fullscreen by pressing F4 key
  /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...]
  /external/curl/docs/examples/
imap-fetch.c 48 /* This will fetch message 1 from the user's inbox */
50 "imap://imap.example.com/INBOX/;UID=1");
imap-list.c 49 * list the folders within a specific folder, for example the inbox, then
50 * specify the folder as a path in the URL such as /INBOX */
imap-ssl.c 49 /* This will fetch message 1 from the user's inbox. Note the use of
52 "imaps://imap.example.com/INBOX/;UID=1");
  /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/app-helpers/handheld/src/android/platform/test/helpers/handheld/
AbstractGmailHelper.java 33 * This method will navigate to the Inbox or Primary, depending on the name.
45 * Setup expectations: Gmail is open on the Inbox or Primary page.
59 * Checks if the app is open on the Inbox or Primary page.
61 * @return true if the current view is the Inbox or Primary page, false otherwise.
66 * Setup expectations: Gmail is open and on the Inbox or Primary page.
75 * Setup expectations: Gmail is open and on the Inbox or Primary page.
  /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 186 imap://user:password@mail.example.com/INBOX - Performs a folder list on the
187 user's inbox
189 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
192 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects
193 the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches
196 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT - Selects the
197 user's inbox and fetches the text portion of message 3
199 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024 - Selects
200 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>

Completed in 2502 milliseconds

1 2 3 4 5 6 7 8 9