Searched refs:TestDrawerController (Results 1 – 2 of 2) sorted by relevance
31 public abstract class TestDrawerController extends DrawerController { class33 public static TestDrawerController create() { in create()34 TestDrawerController drawController = Mockito.mock( in create()35 TestDrawerController.class); in create()
32 import com.android.documentsui.testing.TestDrawerController;47 private TestDrawerController mDrawer = TestDrawerController.create();