Searched refs:targetMeow (Results 1 – 1 of 1) sorted by relevance
1357 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testGrantPrefixUriPermission() local1358 final Uri targetMeowCat = Uri.withAppendedPath(targetMeow, "cat"); in testGrantPrefixUriPermission()1361 final ClipData clipMeow = makeSingleClipData(targetMeow); in testGrantPrefixUriPermission()1402 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testGrantPersistablePrefixUriPermission() local1405 final ClipData clipMeow = makeSingleClipData(targetMeow); in testGrantPersistablePrefixUriPermission()1429 resolver.takePersistableUriPermission(targetMeow, in testGrantPersistablePrefixUriPermission()1453 final Uri targetMeow = Uri.withAppendedPath(target, "meow"); in testDirectGrantRevokeUriPermission() local1454 final Uri targetMeowCat = Uri.withAppendedPath(targetMeow, "cat"); in testDirectGrantRevokeUriPermission()1457 final ClipData clipMeow = makeSingleClipData(targetMeow); in testDirectGrantRevokeUriPermission()1470 grantClipUriPermissionViaContext(targetMeow, Intent.FLAG_GRANT_READ_URI_PERMISSION in testDirectGrantRevokeUriPermission()[all …]