Searched refs:mNotificationActionType (Results 1 – 1 of 1) sorted by relevance
485 private final NotificationActionType mNotificationActionType; field in NotificationActionUtils.NotificationAction502 mNotificationActionType = notificationActionType; in NotificationAction()516 return mNotificationActionType; in getNotificationActionType()560 switch (mNotificationActionType) { in getActionTextResId()582 out.writeInt(mNotificationActionType.ordinal()); in writeToParcel()615 mNotificationActionType = NotificationActionType.values()[in.readInt()]; in NotificationAction()