Searched defs:match (Results 1 – 3 of 3) sorted by relevance
107 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?")) in addDeepLinkNullableArgumentNotRequired() constant118 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users/43")) in matchDeepLink() constant133 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?id=43")) in matchDeepLinkWithQueryParams() constant148 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?userId=43")) in matchDeepLinkWithNonMatchingQueryParams() constant163 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users?43#theFrag")) in matchDeepLinkWithSingleQueryParamAndFrag() constant178 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#testFrag")) in matchDeepLinkFragExactMatch() constant197 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#testFrag")) in matchDeepLinkFragBestMatchSingleArg() constant216 val match = in matchDeepLinkFragBestMatchMultiArg() constant240 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users#myFrag")) in matchDeepLinkWithOptionalFragMatch() constant259 val match = destination.matchDeepLink(Uri.parse("https://www.example.com/users")) in matchDeepLinkWithRequiredFragNoMatch() constant[all …]
48 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43")) in matchDeepLink() constant68 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/index.html")) in matchDeepLinkBestMatchExact() constant85 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/foo")) in matchDotStar() constant106 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43/posts/99")) in matchDeepLinkBestMatch() constant133 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users?id=1234")) in matchDeepLinkBestMatchPathAndQuery() constant172 val match = graph.matchDeepLink(Uri.parse("https://www.example.com/users/43/posts/99")) in matchDeepLinkBestMatchChildren() constant213 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkBestMatchPathWildcard() constant242 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatch() constant264 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatchPathOverQuery() constant297 val match = graph.matchDeepLink(deepLinkRequest) in matchDeepLinkSharedActionBestMatchPathWildCard() constant
398 val match = in <lambda>() constant