Home
last modified time | relevance | path

Searched defs:match (Results 1 – 3 of 3) sorted by relevance

/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/
DNavDestinationAndroidTest.kt107 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?")) in addDeepLinkNullableArgumentNotRequired() constant
118 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users/43")) in matchDeepLink() constant
133 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?id=43")) in matchDeepLinkWithQueryParams() constant
148 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?userId=43")) in matchDeepLinkWithNonMatchingQueryParams() constant
163 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?43#theFrag")) in matchDeepLinkWithSingleQueryParamAndFrag() constant
178 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#testFrag")) in matchDeepLinkFragExactMatch() constant
197 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#testFrag")) in matchDeepLinkFragBestMatchSingleArg() constant
216 val match = in matchDeepLinkFragBestMatchMultiArg() constant
240 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#myFrag")) in matchDeepLinkWithOptionalFragMatch() constant
259 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users")) in matchDeepLinkWithRequiredFragNoMatch() constant
[all …]
DNavGraphAndroidTest.kt48 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43")) in matchDeepLink() constant
68 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/index.html")) in matchDeepLinkBestMatchExact() constant
85 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/foo")) in matchDotStar() constant
106 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43/posts/99")) in matchDeepLinkBestMatch() constant
133 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users?id=1234")) in matchDeepLinkBestMatchPathAndQuery() constant
172 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43/posts/99")) in matchDeepLinkBestMatchChildren() constant
213 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkBestMatchPathWildcard() constant
242 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatch() constant
264 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatchPathOverQuery() constant
297 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatchPathWildCard() constant
/navigation/navigation-safe-args-generator/src/test/kotlin/androidx/navigation/safe/args/generator/
DJavaNavWriterTest.kt398 val match = in <lambda>() constant