Searched refs:mLatestTimestamp (Results 1 – 4 of 4) sorted by relevance
45 mLatestTimestamp(0) in RingBufferConsumer()161 return mLatestTimestamp; in getLatestTimestamp()312 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable()314 mLatestTimestamp, item.mTimestamp); in onFrameAvailable()317 mLatestTimestamp = item.mTimestamp; in onFrameAvailable()
185 nsecs_t mLatestTimestamp; variable
11801 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation11811 mLatestTimestamp = latestTimestamp; in UnreadConversation()11863 return mLatestTimestamp; in getLatestTimestamp()11886 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()11944 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder12011 mLatestTimestamp = timestamp; in setLatestTimestamp()12024 mReadPendingIntent, participants, mLatestTimestamp); in build()
7703 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J7720 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J