Searched refs:lastPathSegment (Results 1 – 2 of 2) sorted by relevance
486 String lastPathSegment = parsedUri.getLastPathSegment(); in getFilenameSuggestion() local487 if (lastPathSegment != null) { in getFilenameSuggestion()488 return replacePathSeparators(lastPathSegment); in getFilenameSuggestion()
2070 String lastPathSegment = result.getLastPathSegment(); in addEntryAndRemoveExpiredEntries() local2078 if (lastPathSegment != null && lastPathSegment.equals("0")) { in addEntryAndRemoveExpiredEntries()