Searched refs:IllegalIntentExtraException (Results 1 – 5 of 5) sorted by relevance
21 import com.android.photopicker.core.configuration.IllegalIntentExtraException in <lambda>()46 throw IllegalIntentExtraException( in <lambda>()57 throw IllegalIntentExtraException( in <lambda>()81 throw IllegalIntentExtraException( in Intent()
278 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalConfiguration()322 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalRange()327 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalRange()
25 class IllegalIntentExtraException(message: String) : Exception(message) class
39 import com.android.photopicker.core.configuration.IllegalIntentExtraException in <lambda>()130 } catch (exception: IllegalIntentExtraException) { in <lambda>()
25 import com.android.photopicker.core.configuration.IllegalIntentExtraException259 assertThrows(IllegalIntentExtraException::class.java) { intent.getPhotopickerMimeTypes() } in testGetInvalidMimeTypeFromIntentActionPickImages()