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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java392 private final NotificationActionType mNotificationActionType; field in class:NotificationActionUtils.NotificationAction
406 mNotificationActionType = notificationActionType;
418 return mNotificationActionType;
454 switch (mNotificationActionType) {
476 out.writeInt(mNotificationActionType.ordinal());
507 mNotificationActionType = NotificationActionType.values()[in.readInt()];

Completed in 99 milliseconds