Searched refs:BLOCK_OFFENSIVE_WORDS (Results 1 – 2 of 2) sorted by relevance
23 private static final int BLOCK_OFFENSIVE_WORDS = 2; field in NativeSuggestOptions43 setBooleanOption(BLOCK_OFFENSIVE_WORDS, value); in setBlockOffensiveWords()
38 return getBoolOption(BLOCK_OFFENSIVE_WORDS); in blockOffensiveWords()62 static const int BLOCK_OFFENSIVE_WORDS = 2; variable