summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-16 18:39:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-10-16 18:39:50 +0000
commitda70989ecf679b8657b5ec7cc44b79e8cad5549b (patch)
treee8fb4666e1e44f4bbeb77d24ddaedc820a7eab4d
parent5a22f5f9fc15b9ca8a90946d906b54c2321c2d1a (diff)
parentade1961f0aec952a58231ae0d2aaa67c22c10a7d (diff)
Merge "Fix typo in app usage docs" into main
-rw-r--r--core/java/android/app/usage/UsageEventsQuery.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/usage/UsageEventsQuery.java b/core/java/android/app/usage/UsageEventsQuery.java
index c0f13ca557e2..ecf4cd115fef 100644
--- a/core/java/android/app/usage/UsageEventsQuery.java
+++ b/core/java/android/app/usage/UsageEventsQuery.java
@@ -75,7 +75,7 @@ public final class UsageEventsQuery implements Parcelable {
}
/**
- * Returns the exclusive timpstamp to indicate the end of the range of events.
+ * Returns the exclusive timestamp to indicate the end of the range of events.
* Defined in terms of "Unix time", see {@link java.lang.System#currentTimeMillis}.
*/
public @CurrentTimeMillisLong long getEndTimeMillis() {