Home
last modified time | relevance | path

Searched refs:KEY_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaSessionStatus.java46 static final String KEY_TIMESTAMP = "timestamp"; field in MediaSessionStatus
96 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()
207 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
DMediaItemStatus.java61 static final String KEY_TIMESTAMP = "timestamp"; field in MediaItemStatus
209 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()
345 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java53 private static final String KEY_TIMESTAMP = "timestamp"; field in NotificationCompatApi21
174 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp()); in getBundleForUnreadConversation()
223 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2186 static final String KEY_TIMESTAMP = "time"; field in NotificationCompat.MessagingStyle.Message
2289 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()
2326 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()
2330 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java4946 static final String KEY_TIMESTAMP = "time"; field in Notification.MessagingStyle.Message
5049 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()
5086 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()
5090 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()
6659 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.CarExtender.UnreadConversation
6751 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
6796 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()