Searched refs:replaceMatchAnyChar (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.providers.media.util.DatabaseUtils.replaceMatchAnyChar;491 mimeTypes = replaceMatchAnyChar(mimeTypes);
569 public static String[] replaceMatchAnyChar(@NonNull String[] arg) { in replaceMatchAnyChar() method in DatabaseUtils
31 import static com.android.providers.media.util.DatabaseUtils.replaceMatchAnyChar;1657 mimeTypes = replaceMatchAnyChar(mimeTypes); in addMimeTypesToQueryBuilderAndSelectionArgs()