Home
last modified time | relevance | path

Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) 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.java62 private static final String KEY_TIMESTAMP = "timestamp"; field in NotificationCompatApi21
203 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp()); in getBundleForUnreadConversation()
252 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2320 static final String KEY_TIMESTAMP = "time"; field in NotificationCompat.MessagingStyle.Message
2432 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()
2472 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()
2476 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()