Loading packages/SystemUI/multivalentTests/src/com/android/systemui/communal/smartspace/SmartspaceInteractionHandlerTest.kt +14 −12 Original line number Diff line number Diff line Loading @@ -64,14 +64,15 @@ class SmartspaceInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify that we pass in a non-null animation controller verify(activityStarter) .startPendingIntentWithoutDismissing( eq(testIntent), eq(false), isNull(), notNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ notNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } Loading @@ -84,14 +85,15 @@ class SmartspaceInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify null is used as the animation controller verify(activityStarter) .startPendingIntentWithoutDismissing( eq(testIntent), eq(false), isNull(), isNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ isNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } } packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/WidgetInteractionHandlerTest.kt +14 −12 Original line number Diff line number Diff line Loading @@ -63,14 +63,15 @@ class WidgetInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify that we pass in a non-null animation controller verify(activityStarter) .startPendingIntentMaybeDismissingKeyguard( eq(testIntent), eq(false), isNull(), notNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ notNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } Loading @@ -83,14 +84,15 @@ class WidgetInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify null is used as the animation controller verify(activityStarter) .startPendingIntentMaybeDismissingKeyguard( eq(testIntent), eq(false), isNull(), isNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ isNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } } Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/communal/smartspace/SmartspaceInteractionHandlerTest.kt +14 −12 Original line number Diff line number Diff line Loading @@ -64,14 +64,15 @@ class SmartspaceInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify that we pass in a non-null animation controller verify(activityStarter) .startPendingIntentWithoutDismissing( eq(testIntent), eq(false), isNull(), notNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ notNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } Loading @@ -84,14 +85,15 @@ class SmartspaceInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify null is used as the animation controller verify(activityStarter) .startPendingIntentWithoutDismissing( eq(testIntent), eq(false), isNull(), isNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ isNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } }
packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/WidgetInteractionHandlerTest.kt +14 −12 Original line number Diff line number Diff line Loading @@ -63,14 +63,15 @@ class WidgetInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify that we pass in a non-null animation controller verify(activityStarter) .startPendingIntentMaybeDismissingKeyguard( eq(testIntent), eq(false), isNull(), notNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ notNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } Loading @@ -83,14 +84,15 @@ class WidgetInteractionHandlerTest : SysuiTestCase() { underTest.onInteraction(view, testIntent, testResponse) // Verify null is used as the animation controller verify(activityStarter) .startPendingIntentMaybeDismissingKeyguard( eq(testIntent), eq(false), isNull(), isNull(), refEq(fillInIntent), refEq(activityOptions.toBundle()), /* intent = */ eq(testIntent), /* dismissShade = */ eq(false), /* intentSentUiThreadCallback = */ isNull(), /* animationController = */ isNull(), /* fillInIntent = */ refEq(fillInIntent), /* extraOptions = */ refEq(activityOptions.toBundle()), ) } }