Searched refs:KEY_TIMESTAMP (Results 1 – 1 of 1) sorted by relevance
7499 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.Message7687 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()7747 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()7762 bundle.getLong(KEY_TIMESTAMP), in getMessageFromBundle()9931 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation10023 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()10068 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()