Searched refs:isPathPrefixMatch (Results 1 – 7 of 7) sorted by relevance
774 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()776 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()778 assertTrue(Uri.parse("content://com.example///path///").isPathPrefixMatch( in testPathPrefixMatch()780 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()784 assertTrue(Uri.parse("content://com.example/path/to/child").isPathPrefixMatch( in testPathPrefixMatch()786 assertTrue(Uri.parse("content://com.example/path/to/child").isPathPrefixMatch( in testPathPrefixMatch()790 assertTrue(Uri.parse("content://com.example/path#fragment").isPathPrefixMatch( in testPathPrefixMatch()792 assertTrue(Uri.parse("content://com.example/path?q=v").isPathPrefixMatch( in testPathPrefixMatch()794 assertTrue(Uri.parse("content://com.example/path/?q=v").isPathPrefixMatch( in testPathPrefixMatch()798 assertFalse(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()[all …]
224 if (isPathPrefixMatch(existing, pathSegs)) { in addPath()228 if (isPathPrefixMatch(pathSegs, existing)) { in addPath()241 if (isPathPrefixMatch(pathSegs, existing)) { in removePath()257 if (isPathPrefixMatch(p, path.toArray(new String[path.size()]))) { in hasPermission()264 private boolean isPathPrefixMatch(String[] prefix, String[] path) { in isPathPrefixMatch() method in SliceClientPermissions.SliceAuthority
802 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermission()835 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermission()1219 if (perm.uri.prefix && grantUri.uri.isPathPrefixMatch(perm.uri.uri) in checkUriPermission()
446 } else if (isPathPrefixMatch(uri, in query()1940 private boolean isPathPrefixMatch(Uri uriA, Uri uriB) { in isPathPrefixMatch() method in DcTrackerTest
2417 public boolean isPathPrefixMatch(Uri prefix) { in isPathPrefixMatch() method in Uri
10678 HSPLandroid/net/Uri;->isPathPrefixMatch(Landroid/net/Uri;)Z
45456 Landroid/net/Uri;->isPathPrefixMatch(Landroid/net/Uri;)Z