Searched refs:mPartitions (Results 1 – 3 of 3) sorted by relevance
64 private ArrayList<Partition> mPartitions; field in CompositeCursorAdapter76 mPartitions = new ArrayList<Partition>(); in CompositeCursorAdapter()93 mPartitions.add(partition); in addPartition()99 mPartitions.add(location, partition); in addPartition()105 Cursor cursor = mPartitions.get(partitionIndex).cursor; in removePartition()109 mPartitions.remove(partitionIndex); in removePartition()121 for (Partition partition : mPartitions) { in clearPartitions()132 for (Partition partition : mPartitions) { in close()138 mPartitions.clear(); in close()144 mPartitions.get(partitionIndex).hasHeader = flag; in setHasHeader()[all …]
194 std::map<pid_t, Partition> mPartitions; variable
112 auto it = mPartitions.find(pid); in getPartition()113 if (it != mPartitions.end()) { in getPartition()117 mPartitions.emplace(pid, partition); in getPartition()