Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
46 private static final String KEY_TIMESTAMP = "timestamp"; field in MediaSessionStatus96 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()207 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
61 private static final String KEY_TIMESTAMP = "timestamp"; field in MediaItemStatus209 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()345 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
53 private static final String KEY_TIMESTAMP = "timestamp"; field in NotificationCompatApi21152 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp()); in getBundleForUnreadConversation()201 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
5429 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.CarExtender.UnreadConversation5521 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()5566 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()