Searched refs:GroupListLoader (Results 1 – 3 of 3) sorted by relevance
32 import com.android.contacts.GroupListLoader;77 String accountName = cursor.getString(GroupListLoader.ACCOUNT_NAME); in getGroupListItem()78 String accountType = cursor.getString(GroupListLoader.ACCOUNT_TYPE); in getGroupListItem()79 String dataSet = cursor.getString(GroupListLoader.DATA_SET); in getGroupListItem()80 long groupId = cursor.getLong(GroupListLoader.GROUP_ID); in getGroupListItem()81 String title = cursor.getString(GroupListLoader.TITLE); in getGroupListItem()82 int memberCount = cursor.getInt(GroupListLoader.MEMBER_COUNT); in getGroupListItem()83 boolean isReadOnly = cursor.getInt(GroupListLoader.IS_READ_ONLY) == 1; in getGroupListItem()84 String systemId = cursor.getString(GroupListLoader.SYSTEM_ID); in getGroupListItem()92 String previousGroupAccountName = cursor.getString(GroupListLoader.ACCOUNT_NAME); in getGroupListItem()[all …]
31 public final class GroupListLoader extends CursorLoader { class54 public GroupListLoader(Context context) { in GroupListLoader() method in GroupListLoader
39 import com.android.contacts.GroupListLoader;117 return new GroupListLoader(getActivity());