Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java165 String mockPath = mockRequest.getRelativePath(); in dispatch() local
166 if (isMatchingPath(request.getPath(), mockPath)) { in dispatch()
183 hasQueryParams(mockPath) in dispatch()
184 ? mockPath in dispatch()
221 private boolean isMatchingPath(String path, String mockPath) { in isMatchingPath() argument
222 return pathWithoutQueryParams(pathWithoutPrefix(path)).equals(mockPath) in isMatchingPath()
223 || pathWithoutPrefix(path).equals(mockPath); in isMatchingPath()