OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemovalActions
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java
116
public static final class
RemovalActions
{
202
* Should be one of the {@link
RemovalActions
}.
206
?
RemovalActions
.ARCHIVE_AND_DELETE :
RemovalActions
.DELETE;
214
* @param removalAction The preferred {@link
RemovalActions
}.
243
final boolean archive = !
RemovalActions
.DELETE.equals(getRemovalAction(allowArchive));
FolderPreferences.java
254
final boolean preferDelete = MailPrefs.
RemovalActions
.DELETE.equals(
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActionBarView.java
458
final boolean showArchive = MailPrefs.
RemovalActions
.ARCHIVE.equals(removalAction) ||
459
MailPrefs.
RemovalActions
.ARCHIVE_AND_DELETE.equals(removalAction);
460
final boolean showDelete = MailPrefs.
RemovalActions
.DELETE.equals(removalAction) ||
461
MailPrefs.
RemovalActions
.ARCHIVE_AND_DELETE.equals(removalAction);
[
all
...]
Completed in 51 milliseconds