Searched refs:extractRelativePath (Results 1 – 1 of 1) sorted by relevance
1521 values.put(ImageColumns.RELATIVE_PATH, extractRelativePath(data)); in computeDataValues()2270 values.put(FileColumns.RELATIVE_PATH, extractRelativePath(path)); in insertDirectory()2296 private static @Nullable String extractRelativePath(@Nullable String data) { in extractRelativePath() method in MediaProvider