Searched refs:iconCompat (Results 1 – 1 of 1) sorted by relevance
319 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockReplyAction() local323 when(action.icon).thenReturn(iconCompat.getResId()); in getMockReplyAction()334 when(action.getIconCompat()).thenReturn(iconCompat); in getMockReplyAction()346 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockMarkAsReadAction() local350 when(action.icon).thenReturn(iconCompat.getResId()); in getMockMarkAsReadAction()361 when(action.getIconCompat()).thenReturn(iconCompat); in getMockMarkAsReadAction()373 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockMuteAction() local377 when(action.icon).thenReturn(iconCompat.getResId()); in getMockMuteAction()388 when(action.getIconCompat()).thenReturn(iconCompat); in getMockMuteAction()