Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/extensions/
DIntent.kt21 import com.android.photopicker.core.configuration.IllegalIntentExtraException in <lambda>()
46 throw IllegalIntentExtraException( in <lambda>()
57 throw IllegalIntentExtraException( in <lambda>()
81 throw IllegalIntentExtraException( in Intent()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DConfigurationManagerTest.kt278 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalConfiguration()
322 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalRange()
327 assertThrows(IllegalIntentExtraException::class.java) { in testSetIntentSetsSelectionLimitThrowsOnIllegalRange()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/configuration/
DIllegalIntentExtraException.kt25 class IllegalIntentExtraException(message: String) : Exception(message) class
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt39 import com.android.photopicker.core.configuration.IllegalIntentExtraException in <lambda>()
130 } catch (exception: IllegalIntentExtraException) { in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/paging/
DMediaProviderClientTest.kt25 import com.android.photopicker.core.configuration.IllegalIntentExtraException
259 assertThrows(IllegalIntentExtraException::class.java) { intent.getPhotopickerMimeTypes() } in testGetInvalidMimeTypeFromIntentActionPickImages()