Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | MediaSessionStatus.java | 46 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()
|
D | MediaItemStatus.java | 61 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/java/android/support/v4/app/ |
D | NotificationCompat.java | 2318 static final String KEY_TIMESTAMP = "time"; field in NotificationCompat.MessagingStyle.Message 2430 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle() 2470 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle() 2474 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle() 4129 private static final String KEY_TIMESTAMP = "timestamp"; field in NotificationCompat.CarExtender 4210 onRead, participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle() 4242 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp()); in getBundleForUnreadConversation()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 6256 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.Message 6368 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle() 6408 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle() 6412 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle() 8037 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation 8129 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation() 8174 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
|