Searched refs:testDrawable (Results 1 – 2 of 2) sorted by relevance
674 Drawable testDrawable = new VectorDrawable(); in testParentalControls() local675 when(mSecurityController.getIcon(any())).thenReturn(testDrawable); in testParentalControls()682 assertIsIconDrawable(buttonConfig.getIcon(), testDrawable); in testParentalControls() local
238 public void testDrawable() throws Throwable { in testDrawable() method in OverlayBaseTest