Home
last modified time | relevance | path

Searched refs:goodUri (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java237 final Uri goodUri = Uri.parse("content://com.example/foobar"); in testFileUriExposure() local
242 intent.setDataAndType(goodUri, "image/jpeg"); in testFileUriExposure()