Searched refs:removeFromCommaSplittableTextIfExists (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | StringUtilsTests.java | 218 assertEquals("null", "", StringUtils.removeFromCommaSplittableTextIfExists("key", null)); in testRemoveFromCommaSplittableTextIfExists() 219 assertEquals("empty", "", StringUtils.removeFromCommaSplittableTextIfExists("key", "")); in testRemoveFromCommaSplittableTextIfExists() 222 StringUtils.removeFromCommaSplittableTextIfExists("key", "key1")); in testRemoveFromCommaSplittableTextIfExists() 224 StringUtils.removeFromCommaSplittableTextIfExists("key", "key1,key2")); in testRemoveFromCommaSplittableTextIfExists() 227 StringUtils.removeFromCommaSplittableTextIfExists("key", "key")); in testRemoveFromCommaSplittableTextIfExists() 229 StringUtils.removeFromCommaSplittableTextIfExists("key", "key,key2")); in testRemoveFromCommaSplittableTextIfExists() 231 StringUtils.removeFromCommaSplittableTextIfExists("key", "key1,key")); in testRemoveFromCommaSplittableTextIfExists() 233 StringUtils.removeFromCommaSplittableTextIfExists("key", "key1,key,key3")); in testRemoveFromCommaSplittableTextIfExists() 236 StringUtils.removeFromCommaSplittableTextIfExists("key", "key,key,key")); in testRemoveFromCommaSplittableTextIfExists() 238 StringUtils.removeFromCommaSplittableTextIfExists( in testRemoveFromCommaSplittableTextIfExists()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | AdditionalSubtypeUtils.java | 94 final String extraValue = StringUtils.removeFromCommaSplittableTextIfExists( in getPrefSubtype() 95 layoutExtraValue, StringUtils.removeFromCommaSplittableTextIfExists( in getPrefSubtype()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | StringUtils.java | 155 public static String removeFromCommaSplittableTextIfExists(@Nonnull final String text, in removeFromCommaSplittableTextIfExists() method in StringUtils
|