Searched refs:syntheticRelativePathSegments (Results 1 – 1 of 1) sorted by relevance
2416 final List<String> syntheticRelativePathSegments = in handlePickerFileLookup() local2418 final int segmentCount = syntheticRelativePathSegments.size(); in handlePickerFileLookup()2424 final String lastSegment = syntheticRelativePathSegments.get(segmentCount - 1); in handlePickerFileLookup()2459 final String pickerSegmentType = syntheticRelativePathSegments.get(0); in handlePickerFileLookup()2460 final String fileUserId = syntheticRelativePathSegments.get(1); in handlePickerFileLookup()2461 final String authority = syntheticRelativePathSegments.get(2); in handlePickerFileLookup()