HomeSort by relevance Sort by last modified time
    Searched refs:makeCursor (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 85 adapter.changeCursor(0, makeCursor("a", 2));
86 adapter.changeCursor(1, makeCursor("b", 3));
96 adapter.changeCursor(0, makeCursor("a", 1));
97 adapter.changeCursor(1, makeCursor("b", 2));
111 adapter.changeCursor(0, makeCursor("a", 2));
112 adapter.changeCursor(1, makeCursor("b", 3));
122 adapter.changeCursor(0, makeCursor("a", 1));
123 adapter.changeCursor(1, makeCursor("b", 2));
137 adapter.changeCursor(1, makeCursor("a", 2));
147 adapter.changeCursor(0, makeCursor("a", 1))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 125 final Cursor cursor = makeCursor(names[i], counts[i]);
136 private Cursor makeCursor(String name, int count) {

Completed in 40 milliseconds