Searched refs:isPathPrefixMatch (Results 1 – 7 of 7) sorted by relevance
792 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()794 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()796 assertTrue(Uri.parse("content://com.example///path///").isPathPrefixMatch( in testPathPrefixMatch()798 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()810 assertTrue(Uri.parse("content://com.example/path?q=v").isPathPrefixMatch( in testPathPrefixMatch()816 assertFalse(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()818 assertFalse(Uri.parse("content://com.example/path2").isPathPrefixMatch( in testPathPrefixMatch()822 assertTrue(Uri.parse("content://com.example/path/").isPathPrefixMatch( in testPathPrefixMatch()824 assertTrue(Uri.parse("content://com.example/path/").isPathPrefixMatch( in testPathPrefixMatch()828 assertFalse(Uri.parse("content://com.example/path/").isPathPrefixMatch( in testPathPrefixMatch()[all …]
230 if (isPathPrefixMatch(existing, pathSegs)) { in addPath()234 if (isPathPrefixMatch(pathSegs, existing)) { in addPath()247 if (isPathPrefixMatch(pathSegs, existing)) { in removePath()263 if (isPathPrefixMatch(p, path.toArray(new String[path.size()]))) { in hasPermission()270 private boolean isPathPrefixMatch(String[] prefix, String[] path) { in isPathPrefixMatch() method in SliceClientPermissions.SliceAuthority
203 if (uri.isPathPrefixMatch(prefixUri)) { in query()
855 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermissionLocked()888 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermissionLocked()1300 if (perm.uri.prefix && grantUri.uri.isPathPrefixMatch(perm.uri.uri) in checkUriPermissionLocked()
2429 public boolean isPathPrefixMatch(Uri prefix) { in isPathPrefixMatch() method in Uri
9903 HPLcom/android/server/slice/SliceClientPermissions$SliceAuthority;->isPathPrefixMatch([Ljava/lang/S…
33660 Landroid/net/Uri;->isPathPrefixMatch(Landroid/net/Uri;)Z