Home
last modified time | relevance | path

Searched defs:DAY (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/common/
Dtime_test.ts60 const DAY = BigInt(TIME_UNIT_TO_NANO.d); constant
Dtimestamp_converter_test.ts27 const DAY = BigInt(TIME_UNIT_TO_NANO.d); constant
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherDataProvider.java56 public static final String DAY = "day"; field in WeatherDataProvider.Columns