Searched refs:isPathPrefixMatch (Results 1 – 9 of 9) sorted by relevance
801 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()803 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()805 assertTrue(Uri.parse("content://com.example///path///").isPathPrefixMatch( in testPathPrefixMatch()807 assertTrue(Uri.parse("content://com.example/path").isPathPrefixMatch( in testPathPrefixMatch()811 assertTrue(Uri.parse("content://com.example/path/to/child").isPathPrefixMatch( in testPathPrefixMatch()813 assertTrue(Uri.parse("content://com.example/path/to/child").isPathPrefixMatch( in testPathPrefixMatch()817 assertTrue(Uri.parse("content://com.example/path#fragment").isPathPrefixMatch( in testPathPrefixMatch()819 assertTrue(Uri.parse("content://com.example/path?q=v").isPathPrefixMatch( in testPathPrefixMatch()821 assertTrue(Uri.parse("content://com.example/path/?q=v").isPathPrefixMatch( in testPathPrefixMatch()825 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()
712 } else if (isPathPrefixMatch(uri, in query()720 } else if (uri.isPathPrefixMatch(Telephony.Carriers.PREFERRED_APN_URI)) { in query()750 if (uri.isPathPrefixMatch(Telephony.Carriers.PREFERRED_APN_URI)) { in insert()812 private boolean isPathPrefixMatch(Uri uriA, Uri uriB) { in isPathPrefixMatch() method in DataProfileManagerTest
961 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermissionLocked()994 && perm.uri.uri.isPathPrefixMatch(grantUri.uri)) { in revokeUriPermissionLocked()1460 if (perm.uri.prefix && grantUri.uri.isPathPrefixMatch(perm.uri.uri) in checkUriPermissionLocked()
341 if (!uri.isPathPrefixMatch(SimInfo.CONTENT_URI)) { in update()370 if (!uri.isPathPrefixMatch(SimInfo.CONTENT_URI)) { in delete()
2424 public boolean isPathPrefixMatch(Uri prefix) { in isPathPrefixMatch() method in Uri
3185 HPLcom/android/server/slice/SliceClientPermissions$SliceAuthority;->isPathPrefixMatch([Ljava/lang/S…
33660 Landroid/net/Uri;->isPathPrefixMatch(Landroid/net/Uri;)Z