Home
last modified time | relevance | path

Searched defs:TIME (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/udfps/
DNormalizedTouchDataTest.kt52 private const val TIME = 12345699L constant
DBoundingBoxOverlapDetectorTest.kt71 private const val TIME = 12345699L constant
DEllipseOverlapDetectorTest.kt93 private const val TIME = 12345699L constant
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java52 public static final String TIME = "TIME"; field in SystemNotificationChannels
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsCollector_test.cpp37 constexpr auto TIME = 999999ns; variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt407 private const val TIME = 12345699L constant
/frameworks/base/core/java/android/os/
DBuild.java1928 public static final long TIME = getLong("ro.build.date.utc") * 1000; field in Build