Home
last modified time | relevance | path

Searched defs:map (Results 1 – 6 of 6) sorted by relevance

/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/serialization/
DRouteDecoderTest.kt114 val map = mapOf("arg" to 1L) in decodeLong() constant
123 val map = mapOf("arg" to 1.0F) in decodeFloat() constant
131 val map = mapOf("arg" to R.id.nav_id_reference) in decodeReference() constant
142 val map = mapOf("arg" to expected) in decodeStringArray() constant
152 val map = mapOf("arg" to intArrayOf(0, 1, 2, 3)) in decodeIntArray() constant
162 val map = mapOf("arg" to booleanArrayOf(false, true)) in decodeBooleanArray() constant
172 val map = mapOf("arg" to doubleArrayOf(11E123, 11.11)) in decodeDoubleArray() constant
185 val map = mapOf("arg" to longArrayOf(1L, 2L)) in decodeLongArray() constant
195 val map = mapOf("arg" to floatArrayOf(1.0F, 1.5F)) in decodeFloatArray() constant
205 val map = mapOf("arg" to listOf(11E123, 11.11)) in decodeDoubleList() constant
[all …]
/navigation/navigation-common/src/androidUnitTest/kotlin/androidx/navigation/serialization/
DRoutePatternTest.kt225 val map = mapOf(typeOf<CustomType>() to type) in customParamType() constant
251 val map = mapOf(typeOf<CustomType>() to type) in nestedCustomParamType() constant
276 val map = mapOf(typeOf<CustomSerializerClass>() to type) in customSerializerParamType() constant
302 val map = mapOf(typeOf<CustomType<TypeParam>>() to type) in customTypeParam() constant
338 val map = mapOf(typeOf<CustomType<TypeParam<TypeParamNested>>>() to type) in customTypeParamNested() constant
389 val map = mapOf(typeOf<CustomType>() to type) in pathArgFromClassBody() constant
486 val map = mapOf(typeOf<List<CustomType>>() to type) in collectionNavType() constant
/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/
DTwoPaneFragment.kt70 val map = in <lambda>() constant
/navigation/navigation-fragment/src/androidTest/java/androidx/navigation/fragment/
DFragmentNavigatorExtrasTest.kt44 val map = in <lambda>() constant
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/
DSavedStateHandle.kt62 val map: MutableMap<String, NavType<*>> = mutableMapOf() in toRoute() constant
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/serialization/
DRouteEncoder.kt39 private val map: MutableMap<String, List<String>> = mutableMapOf() constant in androidx.navigation.serialization.RouteEncoder