HomeSort by relevance Sort by last modified time
    Searched refs:isDestructive (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsTimer.java 70 * @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,
78 logDurationAndReturn(id, isDestructive, category, name, label);
88 public long logDurationAndReturn(String id, boolean isDestructive, String category, String name,
90 final Long value = isDestructive ? mStartTimes.remove(id) : mStartTimes.get(id);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationUpdater.java 150 * @param isDestructive
157 Folder toRemove, boolean isDestructive, boolean isBatch,
FolderOperation.java 72 public static boolean isDestructive(Collection<FolderOperation> folderOps, Folder folder) {
AbstractActivityController.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 133 private NotificationActionType(final String persistedValue, final boolean isDestructive,
136 mIsDestructive = isDestructive;
144 private NotificationActionType(final String persistedValue, final boolean isDestructive,
148 mIsDestructive = isDestructive;
    [all...]

Completed in 72 milliseconds