Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java110 String uriPath = uri.getPath(); in matches() local
113 return Objects.equals(uriPath, testPath) in matches()
114 || (notifyForDescendents && testPath != null && testPath.startsWith(uriPath)); in matches()