Loading src/com/android/contacts/GroupMemberLoader.java +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public final class GroupMemberLoader extends CursorLoader { public static class GroupDetailQuery { private static final String[] PROJECTION = new String[] { Data.PHOTO_ID, // 0 Data.CONTACT_ID, // 0 Data.PHOTO_URI, // 1 Data.LOOKUP_KEY, // 2 Data.DISPLAY_NAME_PRIMARY, // 3 Loading @@ -60,7 +60,7 @@ public final class GroupMemberLoader extends CursorLoader { Data.CONTACT_STATUS, // 5 }; public static final int CONTACT_PHOTO_ID = 0; public static final int CONTACT_ID = 0; public static final int CONTACT_PHOTO_URI = 1; public static final int CONTACT_LOOKUP_KEY = 2; public static final int CONTACT_DISPLAY_NAME_PRIMARY = 3; Loading src/com/android/contacts/list/ContactTileAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ public class ContactTileAdapter extends BaseAdapter { * the correct {@link Cursor}s will be given. */ if (mDisplayType == DisplayType.GROUP_MEMBERS) { mIdIndex = GroupDetailQuery.CONTACT_PHOTO_ID; mIdIndex = GroupDetailQuery.CONTACT_ID; mLookupIndex = GroupDetailQuery.CONTACT_LOOKUP_KEY; mPhotoUriIndex = GroupDetailQuery.CONTACT_PHOTO_URI; mNameIndex = GroupDetailQuery.CONTACT_DISPLAY_NAME_PRIMARY; Loading Loading
src/com/android/contacts/GroupMemberLoader.java +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public final class GroupMemberLoader extends CursorLoader { public static class GroupDetailQuery { private static final String[] PROJECTION = new String[] { Data.PHOTO_ID, // 0 Data.CONTACT_ID, // 0 Data.PHOTO_URI, // 1 Data.LOOKUP_KEY, // 2 Data.DISPLAY_NAME_PRIMARY, // 3 Loading @@ -60,7 +60,7 @@ public final class GroupMemberLoader extends CursorLoader { Data.CONTACT_STATUS, // 5 }; public static final int CONTACT_PHOTO_ID = 0; public static final int CONTACT_ID = 0; public static final int CONTACT_PHOTO_URI = 1; public static final int CONTACT_LOOKUP_KEY = 2; public static final int CONTACT_DISPLAY_NAME_PRIMARY = 3; Loading
src/com/android/contacts/list/ContactTileAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ public class ContactTileAdapter extends BaseAdapter { * the correct {@link Cursor}s will be given. */ if (mDisplayType == DisplayType.GROUP_MEMBERS) { mIdIndex = GroupDetailQuery.CONTACT_PHOTO_ID; mIdIndex = GroupDetailQuery.CONTACT_ID; mLookupIndex = GroupDetailQuery.CONTACT_LOOKUP_KEY; mPhotoUriIndex = GroupDetailQuery.CONTACT_PHOTO_URI; mNameIndex = GroupDetailQuery.CONTACT_DISPLAY_NAME_PRIMARY; Loading