Searched refs:deepLinkIndex (Results 1 – 1 of 1) sorted by relevance
76 val deepLinkIndex = newPath.indexOf(DEEP_LINK_SEPARATOR_WITH_SLASH) in httpManifestUrlBuilder() constant77 if (deepLinkIndex > -1) { in httpManifestUrlBuilder()78 newPath = newPath.substring(0, deepLinkIndex) in httpManifestUrlBuilder()