Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java701 assertTrue(mockGetChars.hasCalledGetChars()); in testGetChars()
851 public boolean hasCalledGetChars() { in hasCalledGetChars() method in TextUtilsTest.MockGetChars
1127 assertFalse(mockGetChars.hasCalledGetChars()); in testIndexOf1()
1129 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf1()
1162 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf2()
1207 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf3()
1231 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf4()
1272 assertFalse(mockGetChars.hasCalledGetChars()); in testIndexOf5()
1274 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf5()
1325 assertTrue(mockGetChars.hasCalledGetChars()); in testIndexOf6()
[all …]