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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 40 private HashMap<String, String> button1Map;
118 button1Map = new HashMap<String, String>();
119 button1Map.put("name", "button1");
120 button1Map.put("text", "button1text");
191 check(parser, 0, button1Map);
192 check(parser, 1, button1Map);

Completed in 67 milliseconds