Searched refs:KEY_TIMESTAMP (Results 1 – 2 of 2) 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()9954 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation10046 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()10091 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
7722 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_TIMESTAMP:Ljava/lang/String;7789 Landroid/app/Notification$MessagingStyle$Message;->KEY_TIMESTAMP:Ljava/lang/String;