Searched refs:getPickerRelativePath (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.providers.media.util.SyntheticPathUtils.getPickerRelativePath;53 assertThat(getPickerRelativePath(PickerUriResolver.PICKER_SEGMENT)).isEqualTo( in testGetPickerRelativePath()55 assertThat(getPickerRelativePath(PickerUriResolver.PICKER_GET_CONTENT_SEGMENT)).isEqualTo( in testGetPickerRelativePath()
56 public static String getPickerRelativePath(String pickerSegmentType) { in getPickerRelativePath() method in SyntheticPathUtils75 final String pickerDir = buildPrimaryVolumeFile(userId, getPickerRelativePath( in isPickerPath()78 getPickerRelativePath(PICKER_GET_CONTENT_SEGMENT)).getAbsolutePath(); in isPickerPath()
29 import static com.android.providers.media.util.SyntheticPathUtils.getPickerRelativePath;1282 return "/sdcard/" + getPickerRelativePath(pickerSegmentType); in getPickerPath()