Searched refs:delegateFactory (Results 1 – 2 of 2) sorted by relevance
77 @Mock private lateinit var delegateFactory: RecordIssueDialogDelegate.Factory variable in com.android.systemui.qs.tiles.RecordIssueTileTest88 whenever(delegateFactory.create(any())).thenReturn(dialogDelegate) in setUp()111 delegateFactory, in setUp()
78 private val delegateFactory: RecordIssueDialogDelegate.Factory, constant153 delegateFactory in showPrompt()