Searched refs:mPartitions (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java64 private ArrayList<Partition> mPartitions; field in class:CompositeCursorAdapter
76 mPartitions = new ArrayList<Partition>();
93 mPartitions.add(partition);
99 mPartitions.add(location, partition);
105 Cursor cursor = mPartitions.get(partitionIndex).cursor;
109 mPartitions.remove(partitionIndex);
121 for (Partition partition : mPartitions) {
132 for (Partition partition : mPartitions) {
138 mPartitions.clear();
144 mPartitions
[all...]

Completed in 2505 milliseconds