Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DDefaultAppSearchAlgorithmTest.java32 private DefaultAppSearchAlgorithm mAlgorithm; field in DefaultAppSearchAlgorithmTest
41 mAlgorithm = new DefaultAppSearchAlgorithm(mAppsList); in setUp()
47 assertTrue(mAlgorithm.matches(getInfo("white cow"), "cow")); in testMatches()
48 assertTrue(mAlgorithm.matches(getInfo("whiteCow"), "cow")); in testMatches()
49 assertTrue(mAlgorithm.matches(getInfo("whiteCOW"), "cow")); in testMatches()
50 assertTrue(mAlgorithm.matches(getInfo("whitecowCOW"), "cow")); in testMatches()
51 assertTrue(mAlgorithm.matches(getInfo("white2cow"), "cow")); in testMatches()
53 assertFalse(mAlgorithm.matches(getInfo("whitecow"), "cow")); in testMatches()
54 assertFalse(mAlgorithm.matches(getInfo("whitEcow"), "cow")); in testMatches()
56 assertTrue(mAlgorithm.matches(getInfo("whitecowCow"), "cow")); in testMatches()
[all …]