Searched defs:bundle (Results 1 – 14 of 14) sorted by relevance
29 val bundle = Bundle() in putDefaultValue() constant38 val bundle = in verify() constant
100 val bundle = destination.addInDefaultArgs(nullableArgs) in <lambda>() constant
141 val bundle = Bundle() in putAndGetFromBundle() constant
554 val bundle = destination.addInDefaultArgs(Bundle().apply { putString("stringArg", "bbb") }) in addInDefaultArgs() constant
27 public static MainFragment$InnerFragmentArgs fromBundle(@NonNull Bundle bundle) { in fromBundle()
27 public static SanitizedMainFragmentArgs fromBundle(@NonNull Bundle bundle) { in fromBundle()
33 public static MainFragmentArgs fromBundle(@NonNull Bundle bundle) { in fromBundle()
91 data class FakeTestArgs(val bundle: Bundle) : NavArgs { constant in androidx.navigation.fragment.FakeTestArgs
115 data class FakeTestArgs(val bundle: Bundle) : NavArgs { constant in androidx.navigation.FakeTestArgs
3770 val (destinationId, bundle) = collectedDestinations[0] in <lambda>() constant
5863 val (destinationRoutes, bundle) = collectedDestinations[0] in <lambda>() constant
92 savedStateRegistry.consumeRestoredStateForKey(KEY_GRAPH_ID)?.let { bundle -> in <lambda>() method
243 val bundle = "bundle" in <lambda>() constant
565 lateinit var bundle: TestClassArg in <lambda>() variable