Searched refs:targetMeow (Results 1 – 1 of 1) sorted by relevance
1397 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testGrantPrefixUriPermission() local1398 final Uri targetMeowCat = Uri.withAppendedPath(targetMeow, "cat"); in testGrantPrefixUriPermission()1401 final ClipData clipMeow = makeSingleClipData(targetMeow); in testGrantPrefixUriPermission()1442 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testGrantPersistablePrefixUriPermission() local1445 final ClipData clipMeow = makeSingleClipData(targetMeow); in testGrantPersistablePrefixUriPermission()1469 resolver.takePersistableUriPermission(targetMeow, in testGrantPersistablePrefixUriPermission()1493 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testDirectGrantRevokeUriPermission() local1494 final Uri targetMeowCat = Uri.withAppendedPath(targetMeow, "cat"); in testDirectGrantRevokeUriPermission()1497 final ClipData clipMeow = makeSingleClipData(targetMeow); in testDirectGrantRevokeUriPermission()1510 grantClipUriPermissionViaContext(targetMeow, Intent.FLAG_GRANT_READ_URI_PERMISSION in testDirectGrantRevokeUriPermission()[all …]