Home
last modified time | relevance | path

Searched refs:PLACEHOLDER_FOR_NULL (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchRequestDatabaseUtil.java53 public static final String PLACEHOLDER_FOR_NULL = ""; field in SearchRequestDatabaseUtil
497 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues() local
501 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues()
504 PLACEHOLDER_FOR_NULL); in searchRequestToContentValues() local
617 return PLACEHOLDER_FOR_NULL; in getValueOrPlaceholder()
629 if (PLACEHOLDER_FOR_NULL.equals(value)) { in getValueOrNull()
DSearchSuggestionsDatabaseUtils.java57 public static final String PLACEHOLDER_FOR_NULL = ""; field in SearchSuggestionsDatabaseUtils
689 PLACEHOLDER_FOR_NULL); in searchRequestToHistoryContentValues() local
718 return value == null ? PLACEHOLDER_FOR_NULL : value; in getValueOrPlaceholder()
723 return (value == null || PLACEHOLDER_FOR_NULL.equals(value)) ? null : value; in getValueOrNull()