Searched refs:pendingIntentCaptor (Results 1 – 1 of 1) sorted by relevance
593 val pendingIntentCaptor = argumentCaptor<PendingIntent>() in verifyPanelCreatedAndStartTaskView() constant594 verify(taskView).startActivity(capture(pendingIntentCaptor), any(), any(), any()) in verifyPanelCreatedAndStartTaskView()595 return pendingIntentCaptor.value in verifyPanelCreatedAndStartTaskView()