Searched refs:uriPath (Results 1 – 1 of 1) sorted by relevance
110 String uriPath = uri.getPath(); in matches() local113 return Objects.equals(uriPath, testPath) in matches()114 || (notifyForDescendents && testPath != null && testPath.startsWith(uriPath)); in matches()