HomeSort by relevance Sort by last modified time
    Searched full:recycledicon (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
ItemTest.java 79 Drawable recycledIcon = new ShapeDrawable();
80 mIconView.setImageDrawable(recycledIcon);
88 assertEquals("Recycled icon level should not change", 1, recycledIcon.getLevel());

Completed in 65 milliseconds