/packages/apps/Email/res/values-en-rIN/ |
strings.xml | 27 <string name="mailbox_name_display_inbox" msgid="5093068725739672126">"Inbox"</string> 92 <string name="account_setup_incoming_delete_policy_delete_label" msgid="8677018382715596606">"When I delete from Inbox"</string>
|
/packages/apps/Email/res/values-tl/ |
strings.xml | 27 <string name="mailbox_name_display_inbox" msgid="5093068725739672126">"Inbox"</string> 92 <string name="account_setup_incoming_delete_policy_delete_label" msgid="8677018382715596606">"Kapag nagtanggal ako mula sa Inbox"</string>
|
/packages/apps/Email/src/com/android/email/ |
EmailNotificationController.java | 326 // Use the Inbox notification preferences 361 mContext, uiAccount.getEmailAddress(), folder, true /* inbox */); [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
MailboxTests.java | 370 // b1 (account 1, inbox): 1 message, including 1 starred 377 // b3 (account 2, inbox): 3 message, including 1 starred
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
SyncCursorPair.java | 553 * Type selection for importing sms messages. Only SENT and INBOX messages are imported. 565 * MESSAGE_BOX is INBOX, SENT or OUTBOX
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 213 // Get the "move to" inbox 221 // Add inbox
|
/packages/apps/UnifiedEmail/src/com/android/mail/widget/ |
WidgetService.java | 424 if ((mFolderType & FolderType.INBOX) != 0) { 425 ignoreFolderType = FolderType.INBOX;
|
/packages/services/Mms/src/com/android/mms/service/ |
MmsService.java | 488 insertUri = Telephony.Sms.Inbox.CONTENT_URI; 546 insertUri = Telephony.Mms.Inbox.CONTENT_URI; [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | 313 mailbox = 'INBOX' 631 def select(self, mailbox='INBOX', readonly=False): 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | 313 mailbox = 'INBOX' 631 def select(self, mailbox='INBOX', readonly=False): 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 313 mailbox = 'INBOX' 631 def select(self, mailbox='INBOX', readonly=False): 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 313 mailbox = 'INBOX' 631 def select(self, mailbox='INBOX', readonly=False): 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) [all...] |
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailProvider.java | 5955 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local [all...] |
/external/skia/src/gpu/ |
GrLayerCache.h | 391 SkMessageBus<SkPicture::DeletionMessage>::Inbox fPictDeletionInbox;
|
GrResourceCache.h | 304 typedef SkMessageBus<GrUniqueKeyInvalidatedMessage>::Inbox InvalidUniqueKeyInbox;
|
/frameworks/base/docs/html/design/patterns/ |
actionbar.jd | 286 Examples are the number of unread messages in a messaging inbox view or the Now Playing information
|
widgets.jd | 124 <p>Sometimes widgets need to be setup before they can become useful. Think of an email widget for example, where you need to provide an account before the inbox can be displayed. Or a static photo widget where the user has to assign the picture that is to be displayed from the gallery.</p>
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
NotificationTests.java | 322 "Congratulations, you just destroyed someone's inbox zero"))
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapObexServer.java | 215 root.addFolder(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox 226 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox 237 BluetoothMapContract.FOLDER_ID_INBOX); // root/telecom/msg/inbox 512 if (D) Log.d(TAG,"updateInbox inbox=" + inboxFolder.getName() + "id=" [all...] |
/packages/apps/Email/provider_src/com/android/email/service/ |
Pop3Service.java | 235 // We only sync Inbox
|
/packages/apps/Email/res/values/ |
strings.xml | 47 <!-- In the UI, the inbox will be displayed with this name --> 48 <string name="mailbox_name_display_inbox">Inbox</string> 89 Combined Inbox, Combined Outbox, etc. [CHAR LIMIT=30] --> 247 When I delete from Inbox</string> [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationUtils.java | [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
string-resource.jd | 233 implement something like Gmail's "Inbox" versus "Inbox (12)" when there are unread messages, for
|
/packages/apps/UnifiedEmail/res/values/ |
strings.xml | 135 <!-- Menu item: refresh the inbox --> 154 <!-- Menu item: moves current or selected conversation(s) to Inbox. [CHAR LIMIT = 30] --> 155 <string name="menu_move_to_inbox">Move to Inbox</string> 174 <!-- Menu item: search through the Gmail inbox --> 346 <!-- Displayed in the middle of the screen when an inbox is empty [CHAR LIMIT 100]--> [all...] |