Searched refs:mockView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/instantapps/
H A DInstantAppButtonsControllerTest.java82 View mockView; field in class:InstantAppButtonsControllerTest
109 when(mockView.findViewById(R.id.install)).thenReturn(mockInstallButton);
110 when(mockView.findViewById(R.id.clear_data)).thenReturn(mockClearButton);
117 mockContext, testFragment, mockView, mockShowDialogDelegate);

Completed in 80 milliseconds