Searched defs:KEY_TIMESTAMP (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaSessionStatus.java46 static final String KEY_TIMESTAMP = "timestamp"; field in class:MediaSessionStatus
96 return mBundle.getLong(KEY_TIMESTAMP);
207 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
H A DMediaItemStatus.java61 static final String KEY_TIMESTAMP = "timestamp"; field in class:MediaItemStatus
209 return mBundle.getLong(KEY_TIMESTAMP);
345 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaSessionStatus.java47 static final String KEY_TIMESTAMP = "timestamp"; field in class:MediaSessionStatus
97 return mBundle.getLong(KEY_TIMESTAMP);
208 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
H A DMediaItemStatus.java62 static final String KEY_TIMESTAMP = "timestamp"; field in class:MediaItemStatus
210 return mBundle.getLong(KEY_TIMESTAMP);
346 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java2558 static final String KEY_TIMESTAMP = "time"; field in class:NotificationCompat.MessagingStyle.Message
2700 bundle.putLong(KEY_TIMESTAMP, mTimestamp);
2746 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
2762 bundle.getLong(KEY_TIMESTAMP),
4592 private static final String KEY_TIMESTAMP = "timestamp"; field in class:NotificationCompat.CarExtender
4673 onRead, participants, b.getLong(KEY_TIMESTAMP));
4705 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp());
/frameworks/base/core/java/android/app/
H A DNotification.java7167 static final String KEY_TIMESTAMP = "time"; field in class:Notification.MessagingStyle.Message
7351 bundle.putLong(KEY_TIMESTAMP, mTimestamp);
7411 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
7426 bundle.getLong(KEY_TIMESTAMP),
9173 private static final String KEY_TIMESTAMP = "timestamp"; field in class:Notification.CarExtender.UnreadConversation
9265 b.putLong(KEY_TIMESTAMP, mLatestTimestamp);
9310 participants, b.getLong(KEY_TIMESTAMP));

Completed in 636 milliseconds