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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DProgressService.java46 private final long mWhen; field in class:ProgressService.UpdateRunnable
51 mWhen = when;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
61 ProgressService.this, mProgress, mWhen));
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java493 private final long mWhen; field in class:NotificationActionUtils.NotificationAction
510 mWhen = when;
548 return mWhen;
590 out.writeLong(mWhen);
623 mWhen = in.readLong();

Completed in 112 milliseconds