Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
48 private val KEY_TIMESTAMP = "appliedTimestamp" in <lambda>() constant320 value?.metadata?.put(KEY_TIMESTAMP, System.currentTimeMillis()) in applySettings()
9491 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.MessagingStyle.Message9734 bundle.putLong(KEY_TIMESTAMP, mTimestamp); in toBundle()9797 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) { in getMessageFromBundle()9812 bundle.getLong(KEY_TIMESTAMP), in getMessageFromBundle()12799 private static final String KEY_TIMESTAMP = "timestamp"; field in Notification.Builder.CarExtender.UnreadConversation12891 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()12937 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
46 import static android.app.Notification.MessagingStyle.Message.KEY_TIMESTAMP;1070 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;