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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 33 * @param positionMap maps wrapper cursor positions to wrapped cursor positions
34 * so that positionMap[wrapperPosition] == wrappedPosition
36 public ReorderingCursorWrapper(Cursor cursor, int[] positionMap) {
37 if (cursor.getCount() != positionMap.length) {
42 mPositionMap = positionMap;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 85 milliseconds