summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorge Lin <giolin@google.com>2023-10-17 20:55:35 +0000
committerGeorge Lin <giolin@google.com>2023-10-17 21:32:45 +0000
commit286475c30f86ff2f533a2f026631c5bdbc59bcdd (patch)
treeab8503456925b0da0fa35b7ba1a12cd6d00c101a /tests
parente09cfe2fa9d344cd2d92e3a782f3e4f342369ca3 (diff)
downloadThemePicker-286475c30f86ff2f533a2f026631c5bdbc59bcdd.tar.gz
[WPP logging] Wire logShortcutApplied
Test: Manually tested. See bug. Fixes: 305753309 Change-Id: I21fe90900d4efb01dc5884993b3d5475fcd1152d
Diffstat (limited to 'tests')
-rw-r--r--tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt b/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt
index a9da1c3b..a33c407e 100644
--- a/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt
+++ b/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt
@@ -115,6 +115,7 @@ class KeyguardQuickAffordancePickerViewModelTest {
quickAffordanceInteractor = quickAffordanceInteractor,
wallpaperInteractor = wallpaperInteractor,
wallpaperInfoFactory = TestCurrentWallpaperInfoFactory(context),
+ logger = logger,
)
.create(KeyguardQuickAffordancePickerViewModel::class.java)
}