Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
51 private val KEY_TIMESTAMP = "appliedTimestamp" regex361 value?.metadata?.put(KEY_TIMESTAMP, System.currentTimeMillis())
8620 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.MessagingStyle.Message8817 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()8880 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()8895 bundle.getLong(KEY_TIMESTAMP), in getMessageFromBundle()11900 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation11992 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()12038 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
41 import static android.app.Notification.MessagingStyle.Message.KEY_TIMESTAMP;980 fakeTypes.putLong(KEY_TIMESTAMP, 0); in testGetMessageFromBundle_invalidExtra_noCrash()
7719 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_TIMESTAMP:Ljava/lang/String;7786 Landroid/app/Notification$MessagingStyle$Message;->KEY_TIMESTAMP:Ljava/lang/String;