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 41 private HashMap<String, String> button2Map;
127 button2Map = new HashMap<String, String>();
128 button2Map.put("name", "button2");
129 button2Map.put("text", "button2text");
209 check(parser, 0, button2Map);
210 check(parser, 1, button2Map);

Completed in 157 milliseconds