Merge "Refactor DialogLaunchAnimator and remove host dialog (2/2)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
bdced4fcd8
@@ -96,8 +96,6 @@ class DndTileTest : SysuiTestCase() {
|
||||
|
||||
whenever(qsHost.userId).thenReturn(DEFAULT_USER)
|
||||
whenever(qsHost.uiEventLogger).thenReturn(uiEventLogger)
|
||||
whenever(dialogLaunchAnimator.showFromView(any(), any(), anyBoolean()))
|
||||
.thenReturn(hostDialog)
|
||||
|
||||
val wrappedContext = object : ContextWrapper(context) {
|
||||
override fun getSharedPreferences(file: File?, mode: Int): SharedPreferences {
|
||||
|
||||
Reference in New Issue
Block a user