Searched refs:mockIcon (Results 1 – 2 of 2) sorted by relevance
163 Drawable mockIcon = mock(Drawable.class); in updateControlBarButton_updatesButtonSelectedState() local170 when(mockIcon.getState()).thenReturn(new int[0]); in updateControlBarButton_updatesButtonSelectedState()171 when(leftButtonControl.getIcon()).thenReturn(mockIcon); in updateControlBarButton_updatesButtonSelectedState()180 when(mockIcon.getState()).thenReturn(new int[]{android.R.attr.state_selected}); in updateControlBarButton_updatesButtonSelectedState()181 when(leftButtonControl.getIcon()).thenReturn(mockIcon); in updateControlBarButton_updatesButtonSelectedState()
1922 Icon mockIcon = mock(Icon.class); in testLimitOnIcon() local1925 makeQuickAccountHandle(TEST_ID)).setIcon(mockIcon); in testLimitOnIcon()1929 .when(mockIcon).writeToStream(any(OutputStream.class)); in testLimitOnIcon()