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
9961 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation9971 mLatestTimestamp = latestTimestamp; in UnreadConversation()10023 return mLatestTimestamp; in getLatestTimestamp()10046 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()10104 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder10171 mLatestTimestamp = timestamp; in setLatestTimestamp()10184 mReadPendingIntent, participants, mLatestTimestamp); in build()
7706 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J7723 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J