Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
Ticks |
A value type for tracking elapsed time without committing to specific epoch baseline value or relationship to physical seconds, specifically SI seconds.
|
TrustedTime |
Entry point for developers to access the Trusted Time APIs.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-10 UTC."],[[["The com.google.android.gms.time package provides interfaces and classes for managing time-related operations in Android applications."],["`Ticker` is an interface for tracking elapsed time, and `TrustedTimeClient` offers access to accurate time signals via Google Play Services."],["`Ticks` is a class for tracking elapsed time without specific units, while `TrustedTime` serves as the main entry point for interacting with Trusted Time APIs."]]],["The content describes the `com.google.android.gms.time` package, which offers tools for time management. It defines four key components: `Ticker`, an abstraction for tracking elapsed time; `TrustedTimeClient`, which accesses Google Play Services' time service; `Ticks`, a value type for elapsed time without needing a baseline; and `TrustedTime`, the entry point for accessing these time-related APIs. These allow developers to accurately track and utilize time within their applications.\n"]]