Searched refs:deviceIsDebuggable (Results 1 – 5 of 5) sorted by relevance
52 val deviceIsDebuggable: Boolean = buildIsDebuggable, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
215 PhotopickerConfiguration(action = "TEST", deviceIsDebuggable = true) in <lambda>()243 PhotopickerConfiguration(action = "TEST", deviceIsDebuggable = false) in testEventDoesNotThrowUnregisteredEventOnProd()
91 if (configuration.value.deviceIsDebuggable) { in <lambda>()
265 deviceIsDebuggable = true, in <lambda>()302 deviceIsDebuggable = false, in <lambda>()
240 if (configuration.value.deviceIsDebuggable) { in validateEventRegistrations()