Searched defs:expectedTime (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/ |
H A D | StringUtilTest.java | 47 final String expectedTime = "5 min, 30 sec"; in testFormatElapsedTime_WithSeconds_ShowSeconds() local 56 final String expectedTime = "6 min"; in testFormatElapsedTime_NoSeconds_DoNotShowSeconds() local 76 final String expectedTime = "2 days, 4 hr"; in testFormatElapsedTime_TimeMoreThanOneDayAndCollapseTimeUnit_ShowCorrectly() local 94 final String expectedTime = "0 sec"; in testFormatElapsedTime_FormatZero_WithSeconds() local 103 final String expectedTime = "0 min"; in testFormatElapsedTime_FormatZero_NoSeconds() local 128 final String expectedTime = "Just now"; in testFormatRelativeTime_WithSeconds_ShowSeconds() local 137 final String expectedTime = "1 minute ago"; in testFormatRelativeTime_NoSeconds_DoNotShowSeconds() local 146 final String expectedTime = "Just now"; in testFormatRelativeTime_LessThanTwoMinutes_withSeconds() local 182 final String expectedTime = "2 hours ago"; in testFormatRelativeTime_TwoHours_withSeconds() local 200 final String expectedTime = "2 days ago"; in testFormatRelativeTime_TwoDays_withSeconds() local [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | TimeTest.java | 203 String expectedTime = String.format("%d-%02d-%02d %02d:%02d", in testNormalize1() local 221 String expectedTime = String.format("%d-%02d-%02d %02d:%02d", in testNormalize1() local 244 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", in testNormalize1() local 266 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", in testNormalize1() local
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metadata/ |
H A D | MetadataTests.java | 80 int expectedTime = creationTime + TTL_TIME_SEC; in testConfigTtl() local
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | timer_set_test.cc | 81 uint64_t expectedTime = mSetTime + (mEventCount * mDuration); in processEvent() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | SystemUpdatePolicyTest.java | 401 private void assertInstallationOption(int expectedType, long expectedTime, long now, in assertInstallationOption()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | PersistAtomsStorageTest.java | 3215 int expectedCount, long expectedTime) { in assertHasStatsCountTime()
|