Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java319 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockReplyAction() local
323 when(action.icon).thenReturn(iconCompat.getResId()); in getMockReplyAction()
334 when(action.getIconCompat()).thenReturn(iconCompat); in getMockReplyAction()
346 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockMarkAsReadAction() local
350 when(action.icon).thenReturn(iconCompat.getResId()); in getMockMarkAsReadAction()
361 when(action.getIconCompat()).thenReturn(iconCompat); in getMockMarkAsReadAction()
373 IconCompat iconCompat = IconCompat.createFromIcon(mActionIcon); in getMockMuteAction() local
377 when(action.icon).thenReturn(iconCompat.getResId()); in getMockMuteAction()
388 when(action.getIconCompat()).thenReturn(iconCompat); in getMockMuteAction()