Home
last modified time | relevance | path

Searched refs:KEY_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DClockRegistry.kt51 private val KEY_TIMESTAMP = "appliedTimestamp" regex
361 value?.metadata?.put(KEY_TIMESTAMP, System.currentTimeMillis())
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8620 static final String KEY_TIMESTAMP = "time"; field in Notification.Builder.MessagingStyle.Message
8817 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.UnreadConversation
11992 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
12038 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java41 import static android.app.Notification.MessagingStyle.Message.KEY_TIMESTAMP;
980 fakeTypes.putLong(KEY_TIMESTAMP, 0); in testGetMessageFromBundle_invalidExtra_noCrash()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7719 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_TIMESTAMP:Ljava/lang/String;
7786 Landroid/app/Notification$MessagingStyle$Message;->KEY_TIMESTAMP:Ljava/lang/String;