Searched refs:IS_EVEN (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | ExpandableListTestActivity.java | 44 private static final String IS_EVEN = "IS_EVEN"; field in ExpandableListTestActivity 60 curGroupMap.put(IS_EVEN, (i % 2 == 0) ? "This group is even" : "This group is odd"); in onCreate() 67 curChildMap.put(IS_EVEN, (j % 2 == 0) ? "This child is even" : "This child is odd"); in onCreate() 75 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }, childData, in onCreate() 77 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }); in onCreate()
|