Home
last modified time | relevance | path

Searched refs:pathWithoutPrefix (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java162 String path = pathWithoutPrefix(request.getPath()); in dispatch()
222 return pathWithoutQueryParams(pathWithoutPrefix(path)).equals(mockPath) in isMatchingPath()
223 || pathWithoutPrefix(path).equals(mockPath); in isMatchingPath()
234 private String pathWithoutPrefix(String path) { in pathWithoutPrefix() method in ScenarioDispatcher