Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java161 checkFormatDurationHMS("0s", 0, 0, 0, 0); in testFormatDurationHMS()
162 checkFormatDurationHMS("1s", 0, 0, 0, 1); in testFormatDurationHMS()
163 checkFormatDurationHMS("9s", 0, 0, 0, 9); in testFormatDurationHMS()
164 checkFormatDurationHMS("10s", 0, 0, 0, 10); in testFormatDurationHMS()
165 checkFormatDurationHMS("59s", 0, 0, 0, 59); in testFormatDurationHMS()
166 checkFormatDurationHMS("1m00s", 0, 0, 1, 0); in testFormatDurationHMS()
167 checkFormatDurationHMS("1m01s", 0, 0, 1, 1); in testFormatDurationHMS()
168 checkFormatDurationHMS("1m09s", 0, 0, 1, 9); in testFormatDurationHMS()
169 checkFormatDurationHMS("1m10s", 0, 0, 1, 10); in testFormatDurationHMS()
170 checkFormatDurationHMS("1m59s", 0, 0, 1, 59); in testFormatDurationHMS()
[all …]