Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java185 : pathWithoutQueryParams(path))); in dispatch()
201 recordCalledPath("/" + pathWithoutQueryParams(path)); in dispatch()
222 return pathWithoutQueryParams(pathWithoutPrefix(path)).equals(mockPath) in isMatchingPath()
230 private String pathWithoutQueryParams(String path) { in pathWithoutQueryParams() method in ScenarioDispatcher