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

/frameworks/support/v7/mediarouter/src/android/support/v7/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/compat/java/android/support/v4/app/
H A DNotificationCompat.java2318 static final String KEY_TIMESTAMP = "time"; field in class:NotificationCompat.MessagingStyle.Message
2430 bundle.putLong(KEY_TIMESTAMP, mTimestamp);
2470 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
2474 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));
4129 private static final String KEY_TIMESTAMP = "timestamp"; field in class:NotificationCompat.CarExtender
4210 onRead, participants, b.getLong(KEY_TIMESTAMP));
4242 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp());
/frameworks/base/core/java/android/app/
H A DNotification.java6256 static final String KEY_TIMESTAMP = "time"; field in class:Notification.MessagingStyle.Message
6368 bundle.putLong(KEY_TIMESTAMP, mTimestamp);
6408 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
6412 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));
8037 private static final String KEY_TIMESTAMP = "timestamp"; field in class:Notification.CarExtender.UnreadConversation
8129 b.putLong(KEY_TIMESTAMP, mLatestTimestamp);
8174 participants, b.getLong(KEY_TIMESTAMP));

Completed in 103 milliseconds