Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java493 private final long mWhen; field in NotificationActionUtils.NotificationAction
510 mWhen = when; in NotificationAction()
548 return mWhen; in getWhen()
590 out.writeLong(mWhen); in writeToParcel()
623 mWhen = in.readLong(); in NotificationAction()