Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground() argument
55 Mockito.when(testView.getBackground()).thenReturn(background); in setBackground()