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 39 private HashMap<String, String> button1Map;
110 button1Map = new HashMap<String, String>();
111 button1Map.put("name", "button1");
112 button1Map.put("text", "button1text");
183 check(parser, 0, button1Map);
184 check(parser, 1, button1Map);

Completed in 37 milliseconds