Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
46 static final String KEY_TIMESTAMP = "timestamp"; field in MediaSessionStatus96 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()207 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
61 static final String KEY_TIMESTAMP = "timestamp"; field in MediaItemStatus209 return mBundle.getLong(KEY_TIMESTAMP); in getTimestamp()345 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp); in setTimestamp()
62 private static final String KEY_TIMESTAMP = "timestamp"; field in NotificationCompatApi21203 b.putLong(KEY_TIMESTAMP, uc.getLatestTimestamp()); in getBundleForUnreadConversation()252 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
2320 static final String KEY_TIMESTAMP = "time"; field in NotificationCompat.MessagingStyle.Message2432 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()