Searched refs:PLACEHOLDER_FOR_NULL (Results 1 – 2 of 2) sorted by relevance
53 public static final String PLACEHOLDER_FOR_NULL = ""; field in SearchRequestDatabaseUtil497 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues() local501 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues()504 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues() local617 return PLACEHOLDER_FOR_NULL; in getValueOrPlaceholder()629 if (PLACEHOLDER_FOR_NULL.equals(value)) { in getValueOrNull()
57 public static final String PLACEHOLDER_FOR_NULL = ""; field in SearchSuggestionsDatabaseUtils689 PLACEHOLDER_FOR_NULL); in searchRequestToHistoryContentValues() local718 return value == null ? PLACEHOLDER_FOR_NULL : value; in getValueOrPlaceholder()723 return (value == null || PLACEHOLDER_FOR_NULL.equals(value)) ? null : value; in getValueOrNull()