Searched refs:mLatestTimestamp (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp45 mLatestTimestamp(0)
161 return mLatestTimestamp;
312 if (item.mTimestamp < mLatestTimestamp) {
314 mLatestTimestamp, item.mTimestamp);
317 mLatestTimestamp = item.mTimestamp;
H A DRingBufferConsumer.h185 nsecs_t mLatestTimestamp; member in class:android::RingBufferConsumer
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4078 private final long mLatestTimestamp; field in class:NotificationCompat.CarExtender.UnreadConversation
4088 mLatestTimestamp = latestTimestamp;
4147 return mLatestTimestamp;
4172 private long mLatestTimestamp; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4239 mLatestTimestamp = timestamp;
4252 mReadPendingIntent, participants, mLatestTimestamp);
/frameworks/base/core/java/android/app/
H A DNotification.java7840 private final long mLatestTimestamp; field in class:Notification.CarExtender.UnreadConversation
7850 mLatestTimestamp = latestTimestamp;
7902 return mLatestTimestamp;
7925 b.putLong(KEY_TIMESTAMP, mLatestTimestamp);
7983 private long mLatestTimestamp; field in class:Notification.CarExtender.Builder
8050 mLatestTimestamp = timestamp;
8063 mReadPendingIntent, participants, mLatestTimestamp);

Completed in 140 milliseconds