OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTBOX
(Results
1 - 9
of
9
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java
43
OUTBOX
, // Local folders only - not used in remote Stores
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java
41
* one or more messages in the
Outbox
.
99
if ((folder.type & UIProvider.FolderType.
OUTBOX
) > 0) {
109
// This loads all folders in order to find '
Outbox
'. We could consider adding a new
126
// Clear the last seen count, so that new messages in
Outbox
will always cause this
158
// ideal behavior since after a user dismisses an "1 unsent in
outbox
" tip,
159
// the message stuck in
Outbox
could get sent, and a new one gets stuck.
163
// in
Outbox
), the preference is cleared (see {@link onOutboxTotalCount}).
ActionBarController.java
398
final boolean isOutbox = mFolder.isType(FolderType.
OUTBOX
);
ConversationListFragment.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java
136
LogUtils.i(LOG_TAG, "Discard
outbox
selected from CAB menu");
465
boolean shouldShowDiscardOutbox = mFolder != null && mFolder.isType(FolderType.
OUTBOX
);
470
final boolean showDelete = mFolder != null && !mFolder.isType(FolderType.
OUTBOX
)
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java
790
* Return if this is the
outbox
folder
793
return isType(FolderType.
OUTBOX
);
830
} else if (isType(FolderType.
OUTBOX
)) {
831
desc = "
outbox
";
868
return (isDraft() || isTrash() || isType(FolderType.
OUTBOX
));
[
all
...]
UIProvider.java
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 1642 milliseconds