Home
last modified time | relevance | path

Searched defs:uriLocation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DActivityRequireContentUriPermissionFromCallerTest.java177 @TestParameter UriLocation uriLocation) throws Exception {
188 @TestParameter UriLocation uriLocation) throws Exception {
199 @TestParameter UriLocation uriLocation) throws Exception {
210 @TestParameter UriLocation uriLocation) throws Exception {
221 @TestParameter UriLocation uriLocation) throws Exception {
232 @TestParameter UriLocation uriLocation) throws Exception {
242 @TestParameter UriLocation uriLocation) throws Exception { in testReadOrWriteAttribute_noneModeFlags_throws()
252 @TestParameter UriLocation uriLocation) throws Exception { in testReadAndWriteAttribute_readAndWriteModeFlags_doesNotThrow()
263 @TestParameter UriLocation uriLocation) throws Exception {
362 TestedActivityStart testedActivityStart, ModeFlags modeFlags, UriLocation uriLocation) in internalTestAssertDoesNotThrow()
[all …]
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java240 File uriLocation = new File(mContext.getExternalFilesDir(null), "uriFile.bin"); in testDownloadManagerDestination() local
522 File uriLocation = new File(mContext.getExternalFilesDir(null), "uriFile.bin"); in testDownloadNotVisibleInUi() local