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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/fil/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Ipinapakita ang bilang ng mga hindi pa nababasang mensahe sa inbox ng iyong Google Mail. Maaari mo ring i-click ang pindutan upang buksan ang iyong inbox."},"gmailcheck_node_error":{"message":"Error: nakuha ang feed, ngunit walang <fullcount> node na natagpuan"},"gmailcheck_exception":{"message":"pagbubukod: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/third_party/skia/src/core/
SkMessageBus.h 22 class Inbox {
24 Inbox();
25 ~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...]
  /external/skia/src/core/
SkMessageBus.h 22 class Inbox {
24 Inbox();
25 ~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...]
  /external/chromium_org/tools/perf/page_sets/data/
gmail_expand_collapse_conversation.json 5 "https://mail.google.com/mail/u/0/#inbox/13c6a141fa95ffe0"
  /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/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...]
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 36 import android.provider.Telephony.Sms.Inbox;
227 values.put(Inbox.ADDRESS, sms.getDisplayOriginatingAddress());
231 values.put(Inbox.DATE, new Long(System.currentTimeMillis()));
232 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
233 values.put(Inbox.READ, Integer.valueOf(mRead ? 1 : 0));
234 values.put(Inbox.SEEN, Integer.valueOf(mRead ? 1 : 0));
237 values.put(Inbox.SUBJECT, sms.getPseudoSubject());
239 values.put(Inbox.REPLY_PATH_PRESENT, sms.isReplyPathPresent() ? 1 : 0);
240 values.put(Inbox.SERVICE_CENTER, sms.getServiceCenterAddress());
247 values.put(Inbox.BODY, sms.getMessageBody())
    [all...]
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
MainActivity.java 23 import android.provider.Telephony.Sms.Inbox;
44 * -a simple query to the SMS content provider to show a list of SMS messages in the inbox. even
97 // Simple query to show the most recent SMS messages in the inbox
162 // This will fetch all SMS messages in the inbox, ordered by date desc
184 * A basic SmsQuery on android.provider.Telephony.Sms.Inbox
189 static final Uri CONTENT_URI = Inbox.CONTENT_URI;
192 Inbox._ID,
193 Inbox.ADDRESS,
194 Inbox.BODY,
197 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/chromium_org/tools/perf/page_sets/
gmail_alt_threadlist_conversation.py 32 """ Why: Alternate between Inbox and the first email conversation. """
58 'a[href="https://mail.google.com/mail/u/0/?shva=1#inbox"]')
gmail_alt_two_labels.py 19 """ Why: Alternate between Inbox and Sent Mail """
46 'a[href="https://mail.google.com/mail/u/0/?shva=1#inbox"]')
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSearch.java 95 // If this isn't an inbox search, then include the collection id
96 final Mailbox inbox = local
98 if (inbox == null) {
99 LogUtils.i(LOG_TAG, "Inbox ceased to exist");
102 if (mSearchParams.mMailboxId != inbox.mId) {
103 s.data(Tags.SYNC_COLLECTION_ID, inbox.mServerId);
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 27 import android.provider.Telephony.Sms.Inbox;
145 values.put(Inbox.ADDRESS, address);
149 values.put(Inbox.DATE, new Long(System.currentTimeMillis()));
150 values.put(Inbox.PROTOCOL, 0);
151 values.put(Inbox.READ, Integer.valueOf(0));
153 // values.put(Inbox.SUBJECT, sms.getPseudoSubject());
155 values.put(Inbox.REPLY_PATH_PRESENT, 0);
156 values.put(Inbox.SERVICE_CENTER, 0);
157 values.put(Inbox.BODY, message);
174 Uri insertedUri = SqliteWrapper.insert(context, resolver, Inbox.CONTENT_URI, values)
    [all...]
  /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";
  /frameworks/base/core/tests/coretests/src/android/provider/
SmsProviderTest.java 63 urls[i] = contentResolver.insert(Sms.Inbox.CONTENT_URI, map);
67 Cursor c = contentResolver.query(Sms.Inbox.CONTENT_URI, null, null, null, "date");
  /external/chromium_org/third_party/skia/tests/
MessageBusTest.cpp 19 SkMessageBus<TestMessage>::Inbox inbox1, inbox2;
  /external/skia/tests/
MessageBusTest.cpp 19 SkMessageBus<TestMessage>::Inbox inbox1, inbox2;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 44 import android.provider.Telephony.Sms.Inbox;
503 values.put(Inbox.BODY, replaceFormFeeds(sms.getDisplayMessageBody()));
513 values.put(Inbox.BODY, replaceFormFeeds(body.toString()));
526 Cursor cursor = SqliteWrapper.query(context, resolver, Inbox.CONTENT_URI,
564 values.put(Inbox.BODY, replaceFormFeeds(sms.getDisplayMessageBody()));
574 values.put(Inbox.BODY, replaceFormFeeds(body.toString()));
612 Uri insertedUri = SqliteWrapper.insert(context, resolver, Inbox.CONTENT_URI, values);
629 values.put(Inbox.ADDRESS, sms.getDisplayOriginatingAddress());
646 values.put(Inbox.DATE, new Long(now));
647 values.put(Inbox.DATE_SENT, Long.valueOf(sms.getTimestampMillis()))
    [all...]
  /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
  /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 1239 milliseconds

1 2 3 4 5 6 7 8