Searched refs:mLatestTimestamp (Results 1 – 4 of 4) sorted by relevance
46 mLatestTimestamp(0) in RingBufferConsumer()162 return mLatestTimestamp; in getLatestTimestamp()313 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable()315 mLatestTimestamp, item.mTimestamp); in onFrameAvailable()318 mLatestTimestamp = item.mTimestamp; in onFrameAvailable()
183 nsecs_t mLatestTimestamp; variable
12806 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation12816 mLatestTimestamp = latestTimestamp; in UnreadConversation()12868 return mLatestTimestamp; in getLatestTimestamp()12891 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()12950 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder13017 mLatestTimestamp = timestamp; in setLatestTimestamp()13030 mReadPendingIntent, participants, mLatestTimestamp); in build()
7703 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J7720 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J