Searched refs:resolve (Results 1 – 8 of 8) sorted by relevance
45 assertThat(FallbackChainSignal(emptyList()).resolve(deviceProfile)).isNull() in resolve_emptyList_returnsNull()55 assertThat(fallbackChain.resolve(deviceProfile)).isNull() in resolve_withNoSupportedSignal_returnsNull()66 assertThat(fallbackChain.resolve(deviceProfile)) in resolve_withSupportedSignals_returnsFirstSupportedSignal()81 assertThat(fallbackChain.resolve(deviceProfile)).isNull() in resolve_withNoSupportedResolvableSignal_returnsNull()95 assertThat(fallbackChain.resolve(deviceProfile)).isEqualTo(predefinedClick()) in resolve_withSupportedResolvableSignals_returnsFirstSupportedSignal()
49 override fun resolve(deviceProfile: HapticDeviceProfile): HapticSignal? = in fallbackChainOf() method in androidx.core.haptics.signal.FallbackChainSignal52 .mapNotNull { it.resolve(deviceProfile) } in fallbackChainOf()
43 public fun resolve(deviceProfile: HapticDeviceProfile): HapticSignal? method
38 override fun resolve(deviceProfile: HapticDeviceProfile): HapticSignal? = this method in androidx.core.haptics.signal.HapticSignal
104 signal.resolve(deviceProfile)?.let { resolvedSignal -> play(resolvedSignal, attrs) } in <lambda>()
129 File(projectSetup.props.tipOfTreeMavenRepoPath).resolve(name).check { it.exists() } in getPublishedFile()
195 …method public androidx.core.haptics.signal.HapticSignal? resolve(androidx.core.haptics.device.Hapt…208 …method public androidx.core.haptics.signal.HapticSignal? resolve(androidx.core.haptics.device.Hapt…237 …method public androidx.core.haptics.signal.HapticSignal? resolve(androidx.core.haptics.device.Hapt…