Searched defs:EmojiCountMatcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
H A DEmojiMatcher.java61 return new EmojiCountMatcher(count);
108 private static class EmojiCountMatcher extends TypeSafeMatcher<CharSequence> { class in class:EmojiMatcher
113 EmojiCountMatcher(final int count) { method in class:EmojiMatcher.EmojiCountMatcher

Completed in 19 milliseconds