Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DLevenshteinDistanceTest.java33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE; field in LevenshteinDistanceTest
53 } else if (expectedOps[i] == REPLACE) { in verifyTargetOperations()
100 new int[] {REPLACE}, in testGetTargetOperationsReplacement()
106 new int[] {REPLACE, REPLACE}, in testGetTargetOperationsReplacement()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadataDao.java37 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/apps/Car/Radio/src/com/android/car/radio/storage/
DRadioDatabase.java54 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java732 canvas.clipRect(mDirtyRect, Op.REPLACE); in onBufferDraw()