OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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