Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/opp/
DOppSendFileTest.kt149 contentUriTest("content://${authority(crossUser, hasPermission)}/test_image.png") { uris -> in <lambda>()
174 contentUriTest( in <lambda>()
195 contentUriTest( in <lambda>()
264 private fun contentUriTest(vararg uriString: String, test: (uris: ArrayList<Uri>) -> Unit) { in <lambda>() method in android.bluetooth.opp.OppSendFileTest