Searched defs:isDestructive (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DAnalyticsTimer.java70 * @param isDestructive if you are done with this tag (used for multiple data points per tag)
75 public void logDuration(String id, boolean isDestructive, String category, String name, argument
78 logDurationAndReturn(id, isDestructive, category, name, label);
88 public long logDurationAndReturn(String id, boolean isDestructive, String category, String name, argument
90 final Long value = isDestructive ? mStartTimes.remove(id) : mStartTimes.get(id);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderOperation.java72 public static boolean isDestructive(Collection<FolderOperation> folderOps, Folder folder) { method in class:FolderOperation
H A DConversationUpdater.java141 * @param isDestructive
148 Folder toRemove, boolean isDestructive, boolean isBatch,
147 getDeferredRemoveFolder(Collection<Conversation> target, Folder toRemove, boolean isDestructive, boolean isBatch, boolean showUndo, UndoCallback undoCallback) argument
H A DAbstractActivityController.java2960 final boolean isDestructive = mFolder
2962 && FolderOperation.isDestructive(folderOps, mFolder);
2963 LogUtils.d(LOG_TAG, "onFolderChangesCommit: isDestructive = %b", isDestructive);
2964 if (isDestructive) {
2976 if (isDestructive) {
3005 folderChange = getDeferredFolderChange(target, folderOps, isDestructive,
3009 folderChange = getFolderChange(target, folderOps, isDestructive,
3292 boolean isDestructive = !mFolder.isViewAll()
3295 if (isDestructive) {
3916 FolderDestruction(final Collection<Conversation> target, final Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, int action, final Folder actionFolder) argument
3990 getFolderChange(Collection<Conversation> target, Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, final boolean isMoveTo, final Folder actionFolder, UndoCallback undoCallback) argument
4000 getDeferredFolderChange(Collection<Conversation> target, Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, final boolean isMoveTo, final Folder actionFolder, UndoCallback undoCallback) argument
4011 getDeferredRemoveFolder(Collection<Conversation> target, Folder toRemove, boolean isDestructive, boolean isBatch, boolean showUndo, UndoCallback undoCallback) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java133 private NotificationActionType(final String persistedValue, final boolean isDestructive, argument
136 mIsDestructive = isDestructive;
144 private NotificationActionType(final String persistedValue, final boolean isDestructive, argument
148 mIsDestructive = isDestructive;

Completed in 110 milliseconds