Home
last modified time | relevance | path

Searched refs:TEN_MINUTES (Results 1 – 11 of 11) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.kt283 private val TEN_MINUTES: Long = 10 * DateUtils.MINUTE_IN_MILLIS constant
328 maxTime < TEN_MINUTES -> { in formatTime()
/packages/modules/StatsD/statsd/tests/e2e/
DAlarm_e2e_test.cpp36 alarm->set_offset_millis(TimeUnitToBucketSizeInMillis(TEN_MINUTES)); in CreateStatsdConfig()
DKllMetric_e2e_test.cpp48 bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in SetUp()
DConfigUpdate_e2e_test.cpp358 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
629 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
963 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
1358 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
1673 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
1929 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
2197 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
2428 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_F()
DConfigUpdate_e2e_ab_test.cpp322 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL; in TEST_P()
/packages/services/Car/service/proto/android/car/telemetry/
Dstatsd_config.proto30 TEN_MINUTES = 3; enumerator
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp554 metric.set_bucket(TEN_MINUTES); in createCountMetric()
570 metric.set_bucket(TEN_MINUTES); in createDurationMetric()
587 metric.set_bucket(TEN_MINUTES); in createGaugeMetric()
604 metric.set_bucket(TEN_MINUTES); in createValueMetric()
621 metric.set_bucket(TEN_MINUTES); in createKllMetric()
DUidMap_test.cpp729 uint64_t bucketSizeNs = TimeUnitToBucketSizeInMillis(TEN_MINUTES) * 1000000LL;
/packages/modules/StatsD/statsd/src/
Dstatsd_config.proto40 TEN_MINUTES = 3; enumerator
Dstats_log_util.cpp443 case TEN_MINUTES: in TimeUnitToBucketSizeInMillis()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp1271 metric->set_bucket(TEN_MINUTES); in TEST_F()