Searched defs:expectedDeepLinkRequest (Results 1 – 1 of 1) sorted by relevance
87 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromUri(expectedUri).build() in testInflateDeepLinkWithApplicationId() constant101 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromAction("action.only").build() in testInflateDeepLinkWithApplicationIdAction() constant115 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromAction("test.action2").build() in testInflateDeepLinkWithApplicationIdAction_nonNullableArg() constant127 val expectedDeepLinkRequest = in testInflateDeepLinkWithApplicationIdEmptyAction() constant149 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromMimeType("mime/only").build() in testInflateDeepLinkWithApplicationIdMimeType() constant163 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromMimeType("type/test2").build() in testInflateDeepLinkWithApplicationIdMimeTypeAndUri_nonNullableArgMissingUri() constant175 val expectedDeepLinkRequest = in testInflateDeepLinkWithApplicationIdMimeTypeAndAction() constant190 val expectedDeepLinkRequest = in testInflateDeepLinkWithApplicationIdMimeTypeAndAction_missingUri() constant205 val expectedDeepLinkRequest = in testInflateDeepLinkWithApplicationIdMimeTypeAndUri() constant226 val expectedDeepLinkRequest = NavDeepLinkRequest.Builder.fromMimeType("mime/uri").build() in testInflateDeepLinkWithApplicationIdMimeTypeAndUri_missingUri() constant[all …]