HomeSort by relevance Sort by last modified time
    Searched full:button2map (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> button2Map;
119 button2Map = new HashMap<String, String>();
120 button2Map.put("name", "button2");
121 button2Map.put("text", "button2text");
201 check(parser, 0, button2Map);
202 check(parser, 1, button2Map);

Completed in 122 milliseconds