Home
last modified time | relevance | path

Searched refs:isDestructive (Results 1 – 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
DAnalyticsTimer.java75 public void logDuration(String id, boolean isDestructive, String category, String name, in logDuration() argument
78 logDurationAndReturn(id, isDestructive, category, name, label); in logDuration()
88 public long logDurationAndReturn(String id, boolean isDestructive, String category, String name, in logDurationAndReturn() argument
90 final Long value = isDestructive ? mStartTimes.remove(id) : mStartTimes.get(id); in logDurationAndReturn()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java3095 final boolean isDestructive = mFolder
3097 && FolderOperation.isDestructive(folderOps, mFolder);
3098 LogUtils.d(LOG_TAG, "onFolderChangesCommit: isDestructive = %b", isDestructive);
3099 if (isDestructive) {
3111 if (isDestructive) {
3140 folderChange = getDeferredFolderChange(target, folderOps, isDestructive,
3144 folderChange = getFolderChange(target, folderOps, isDestructive,
3837 final Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch,
3841 mIsDestructive = isDestructive;
3911 Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch,
[all …]
DFolderOperation.java72 public static boolean isDestructive(Collection<FolderOperation> folderOps, Folder folder) { in isDestructive() method in FolderOperation
DConversationUpdater.java157 Folder toRemove, boolean isDestructive, boolean isBatch, in getDeferredRemoveFolder() argument
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java133 private NotificationActionType(final String persistedValue, final boolean isDestructive, in NotificationActionType() argument
136 mIsDestructive = isDestructive; in NotificationActionType()
144 private NotificationActionType(final String persistedValue, final boolean isDestructive, in NotificationActionType() argument
148 mIsDestructive = isDestructive; in NotificationActionType()