Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DTimeUtilsTest.java67 TimeZone guess; in testUnitedStates() local
70 guess = guessTimeZone(c, "us"); in testUnitedStates()
71 assertEquals(name, guess.getID()); in testUnitedStates()
74 guess = guessTimeZone(c, "us"); in testUnitedStates()
75 assertEquals(name, guess.getID()); in testUnitedStates()
89 TimeZone guess; in testWeirdUnitedStates() local
92 guess = guessTimeZone(c, "us"); in testWeirdUnitedStates()
93 assertEquals(name, guess.getID()); in testWeirdUnitedStates()
106 TimeZone guess; in testOld() local
109 guess = guessTimeZone(c, "us"); in testOld()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationOnScreenTests.java161 private Point findTestColorsInScreenshot(Point guess) { in findTestColorsInScreenshot() argument
167 if (isTestColors(screenshot, guess.x, guess.y)) { in findTestColorsInScreenshot()
168 return guess; in findTestColorsInScreenshot()