/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 80 mFolder = (Pop3Store.Pop3Folder) mStore.getFolder("INBOX"); 239 Pop3Store.Pop3Folder folder = mStore.new Pop3Folder("INBOX"); 261 // getPersonalNamespaces() always returns INBOX folder 266 // getName() returns the name we were created with. If "inbox", converts to INBOX 267 assertEquals("INBOX", mFolder.getName()); 268 Pop3Store.Pop3Folder folderMixedCaseInbox = mStore.new Pop3Folder("iNbOx"); 269 assertEquals("INBOX", folderMixedCaseInbox.getName()); 270 Pop3Store.Pop3Folder folderNotInbox = mStore.new Pop3Folder("NOT-INBOX"); 271 assertEquals("NOT-INBOX", folderNotInbox.getName()) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
FolderPreferences.java | 38 * inbox. In Gmail, this is used for every account/label pair. 199 * If <code>true</code>, we use inbox-defaults for notification settings. If <code>false</code>,
|
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/ |
GMailJankTests.java | 46 * Jank test for scrolling gmail inbox mails 109 // Measures jank while scrolling gmail inbox
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 228 'InBox' : 'inbx', # The InBox component
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 228 'InBox' : 'inbx', # The InBox component
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
pkg_android.provider.html | 161 <A NAME="Telephony.Mms.Inbox"></A> 162 <nobr><A HREF="../../../../reference/android/provider/Telephony.Mms.Inbox.html" target="_top"><code>Telephony.Mms.Inbox</code></A></nobr> 238 <A NAME="Telephony.Sms.Inbox"></A> 239 <nobr><A HREF="../../../../reference/android/provider/Telephony.Sms.Inbox.html" target="_top"><code>Telephony.Sms.Inbox</code></A></nobr>
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 45 "FOLDER:telecom/msg/inbox\r\n" + 100 msg.setFolder("inbox"); 165 "FOLDER:telecom/msg/inbox\r\n" + 201 msg.setFolder("inbox"); 444 "FOLDER:telecom/msg/inbox\r\n" + 486 msg.setFolder("inbox");
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderListFragment.java | 82 * Tapping on Accounts takes the user to the default Inbox for that account. Tapping on 90 * Show a list of folders for a specific level. At the top-level, this shows Inbox, Sent, 161 private static final String BUNDLE_INBOX_PRESENT = "flf-inbox-present"; 198 private int mSelectedFolderType = FolderType.INBOX; 589 // Switching accounts takes you to the default inbox for that account. 591 mSelectedFolderType = FolderType.INBOX; 673 // We're already in the default inbox for account, [all...] |
RecentFolderList.java | 66 * We exclude the default inbox for the account and the current folder; these might be the 216 * default inbox for the current account. This must be called <em>after</em>
|
AddableFolderSelectorAdapter.java | 92 if (Folder.isType(type, UIProvider.FolderType.INBOX)
|
AbstractActivityController.java | 161 private static final String SAVED_INBOX_KEY = "m-inbox"; 394 * The primary inbox for the current account. The mechanism to load the default inbox for the 697 // If the active account has been clicked in the drawer, go to default inbox 985 final Folder inbox = mFolderWatcher.getDefaultInbox(mAccount); local [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 187 // b1 (account 1, inbox): 2 messages 195 // b3 (account 2, inbox): 1 message 203 // 4 attachments in the inbox, 2 different messages, 1 downloaded 215 // 1 attachment in inbox 235 // count all attachments with an empty URI, only in an inbox
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
InboundSmsHandler.java | [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 66 * the target mailbox is Inbox, in which case it updates Account settings instead. 84 public static Intent getIntent(Context context, Uri foldersUri, Folder inbox) { 87 i.putExtra(EXTRA_INBOX_ID, inbox.id);
|
AccountSettingsFragment.java | 140 * This may be null if the account exists but the inbox has not yet been created in the database 425 public static final String RESULT_KEY_INBOX = "inbox"; 491 final Folder inbox; local 494 inbox = new Folder(folderCursor); 504 map.put(RESULT_KEY_INBOX, inbox); [all...] |
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
SmsReceiver.java | 210 messageValues.put(Sms.Inbox.DATE, receivedTimestampMs); 213 messageValues.put(Sms.Inbox.READ, 0); 214 messageValues.put(Sms.Inbox.SEEN, 0);
|
/docs/source.android.com/src/devices/tech/config/ |
voicemail.jd | 31 messages in an inbox-like interface, listen to them in any order, and can 163 <p class="note"><strong>Note</strong>: The voicemail inbox quota values are
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapResponseParserTest.java | 74 "* STATUS \"INBOX\" (UNSEEN 2)\r\n" + 88 new ImapSimpleString("INBOX"),
|
/frameworks/base/core/res/res/layout/ |
notification_template_material_inbox.xml | 22 android:tag="inbox"
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
CallUtil.java | 116 * @return Uri that directly dials a user's voicemail inbox.
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
ClassZeroActivity.java | 106 mMessageValues.put(Sms.Inbox.READ, mRead ? Integer.valueOf(1) : Integer.valueOf(0));
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 470 // default to inbox 600 // Mark all non-inbox messages read. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xregion.h | 169 #define INBOX(r, x, y) \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xregion.h | 168 #define INBOX(r, x, y) \
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 303 // placing the inbox at the top. 308 /** The "main" mailbox for the account, almost always referred to as "Inbox" */ 657 * common Mailbox types (Inbox, Outbox, Sent, Drafts, Trash, and Search) are all cached by [all...] |