Home
last modified time | relevance | path

Searched refs:pendingIntentCaptor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsUiControllerImplTest.kt593 val pendingIntentCaptor = argumentCaptor<PendingIntent>() in verifyPanelCreatedAndStartTaskView() constant
594 verify(taskView).startActivity(capture(pendingIntentCaptor), any(), any(), any()) in verifyPanelCreatedAndStartTaskView()
595 return pendingIntentCaptor.value in verifyPanelCreatedAndStartTaskView()