Home
last modified time | relevance | path

Searched refs:mIsDestructive (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java100 private final boolean mIsDestructive; field in NotificationActionUtils.NotificationActionType
136 mIsDestructive = isDestructive; in NotificationActionType()
148 mIsDestructive = isDestructive; in NotificationActionType()
165 return mIsDestructive; in getIsDestructive()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java3821 private final boolean mIsDestructive;
3841 mIsDestructive = isDestructive;
3858 if (mIsDestructive && mShowUndo && mTarget.size() > 0) {
3873 if (mIsDestructive) {