Searched defs:testDrawable (Results 1 – 2 of 2) sorted by relevance
674 Drawable testDrawable = new VectorDrawable(); in testParentalControls() local682 assertIsIconDrawable(buttonConfig.getIcon(), testDrawable); in testParentalControls() local
238 public void testDrawable() throws Throwable { in testDrawable() method in OverlayBaseTest