Home
last modified time | relevance | path

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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DProgressService.java46 private final long mWhen; field in ProgressService.UpdateRunnable
51 mWhen = when; in UpdateRunnable()
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress); in run()
61 ProgressService.this, mProgress, mWhen)); in run()
/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()