We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d04225 commit 56f0c4eCopy full SHA for 56f0c4e
services/events/java/androidx/test/services/events/TimeStamp.java
@@ -44,7 +44,6 @@ public final class TimeStamp implements Parcelable {
44
@NonNull public final Integer nanos;
45
46
/** Clock, package-private for testing. */
47
- @SuppressWarnings("AndroidJdkLibsChecker")
48
static Clock clock = null;
49
50
/** Constructor to create a {@link TimeStamp}. */
@@ -89,7 +88,6 @@ public TimeStamp[] newArray(int size) {
89
88
};
90
91
@TargetApi(Build.VERSION_CODES.O)
92
93
private static TimeStamp modernNow() {
94
if (clock == null) {
95
clock = Clock.systemUTC();
0 commit comments