Searched refs:KEY_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
8306 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.MessagingStyle.Message8494 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()8554 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()8569 bundle.getLong(KEY_TIMESTAMP), in getMessageFromBundle()11490 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation11582 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()11627 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
7719 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_TIMESTAMP:Ljava/lang/String;7786 Landroid/app/Notification$MessagingStyle$Message;->KEY_TIMESTAMP:Ljava/lang/String;