Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchIndexableResourcesTest.java69 mSearchProvider.getSearchIndexableResources().addIndex(testBundle); in testAddIndex()
94 mSearchProvider.getSearchIndexableResources().addIndex( in testNonIndexableKeys_GetsKeyFromProvider()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java421 final int addIndex = word[charIndex + differentCharIndex] in add() local
423 newChildren.mData.add(addIndex, newWord); in add()