Searched refs:mAlgorithm (Results 1 – 1 of 1) sorted by relevance
32 private DefaultAppSearchAlgorithm mAlgorithm; field in DefaultAppSearchAlgorithmTest41 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 …]