Searched defs:expectedTime (Results 1 – 5 of 5) sorted by relevance
/aosp14/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 …]
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxConfigurationTest.java | 232 private void assertForHorizontalMove(int from, int expected, int expectedTime, in assertForHorizontalMove() 243 private void assertForVerticalMove(int from, int expected, int expectedTime, in assertForVerticalMove()
|
/aosp14/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
|
/aosp14/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()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImplTest.java | 1433 UnixEpochTime expectedTime = systemClockTime.at(script.peekElapsedRealtimeMillis()); in testSetTimeState() local
|