Loading packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/InputGestureDataAdapterTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ class InputGestureDataAdapterTest : SysuiTestCase() { name = FAKE_ACTIVITY_NAME icon = 0x1 nonLocalizedLabel = TEST_SHORTCUT_LABEL packageName = TEST_ROLE_PACKAGE } private val mockSelectorIntent: Intent = mock() Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/InputGestureDataAdapter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ constructor( return if (resolvedActivity == null) { null } else { Icon.createWithResource(context, resolvedActivity.iconResource) Icon.createWithResource(resolvedActivity.packageName, resolvedActivity.iconResource) } } Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/InputGestureDataAdapterTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ class InputGestureDataAdapterTest : SysuiTestCase() { name = FAKE_ACTIVITY_NAME icon = 0x1 nonLocalizedLabel = TEST_SHORTCUT_LABEL packageName = TEST_ROLE_PACKAGE } private val mockSelectorIntent: Intent = mock() Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/InputGestureDataAdapter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ constructor( return if (resolvedActivity == null) { null } else { Icon.createWithResource(context, resolvedActivity.iconResource) Icon.createWithResource(resolvedActivity.packageName, resolvedActivity.iconResource) } } Loading