Searched refs:isSensitive (Results 1 – 4 of 4) sorted by relevance
187 public final boolean isSensitive; field in ActionsSuggestionsModel.ActionSuggestions189 public ActionSuggestions(ActionSuggestion[] actionSuggestions, boolean isSensitive) { in ActionSuggestions() argument191 this.isSensitive = isSensitive; in ActionSuggestions()
49 public boolean isSensitive(CharSequence name, CharSequence value) {
124 if (FS.isSensitive()) in HandlePrintfSpecifier()
595 const OptionalFlag &isSensitive() const { return IsSensitive; } in isSensitive() function