HomeSort by relevance Sort by last modified time
    Searched defs:mBlockPotentiallyOffensive (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValuesForSuggestion.java 20 public final boolean mBlockPotentiallyOffensive;
26 mBlockPotentiallyOffensive = blockPotentiallyOffensive;
SettingsValues.java 70 public final boolean mBlockPotentiallyOffensive;
150 mBlockPotentiallyOffensive = Settings.readBlockPotentiallyOffensive(prefs, res);
379 sb.append("\n mBlockPotentiallyOffensive = ");
380 sb.append("" + mBlockPotentiallyOffensive);

Completed in 77 milliseconds