Searched refs:COLUMNS (Results 1 - 25 of 33) sorted by relevance

12

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DGroupsListLoader.java27 public static final String[] COLUMNS = new String[] { field in class:GroupsListLoader
36 super(context, Groups.CONTENT_URI, COLUMNS, null, null, Groups.TITLE);
H A DContactsListLoader.java28 public static final String[] COLUMNS = new String[] { field in class:ContactsListLoader
47 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS,
52 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null, null);
57 return new CursorLoader(context, uri, COLUMNS, null, null, Contacts.SORT_KEY_PRIMARY);
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupListLoader.java31 private final static String[] COLUMNS = new String[] { field in class:GroupListLoader
50 super(context, GROUP_LIST_URI, COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
H A DGroupMetaDataLoader.java29 private final static String[] COLUMNS = new String[] { field in class:GroupMetaDataLoader
52 super(context, ensureIsGroupUri(groupUri), COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
H A DSplitAggregateView.java56 String[] COLUMNS = new String[] { field in interface:SplitAggregateView.SplitQuery
159 SplitQuery.COLUMNS, null, null, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java50 private static final String[] COLUMNS = new String[] { field in class:ContactTileLoaderFactory
83 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null,
95 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?",
100 return new CursorLoader(context, Contacts.CONTENT_FREQUENT_URI, COLUMNS,
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionCursorBackedCursor.java29 public static final String[] COLUMNS = { field in class:SuggestionCursorBackedCursor
77 ArrayList<String> allColumns = new ArrayList<String>(COLUMNS.length +
80 allColumns.addAll(Arrays.asList(COLUMNS));
84 return COLUMNS;
99 int extraColumn = columnIdx - COLUMNS.length;
123 if (column < COLUMNS.length) {
153 + " of " + COLUMNS.length);
H A DCursorBackedSuggestionExtras.java34 DEFAULT_COLUMNS.addAll(Arrays.asList(SuggestionCursorBackedCursor.COLUMNS));
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DCommonNicknameCache.java50 public final static String[] COLUMNS = new String[] { field in class:CommonNicknameCache.NicknameLookupPreloadQuery
72 NicknameLookupPreloadQuery.COLUMNS,
125 String[] COLUMNS = new String[] { field in interface:CommonNicknameCache.NicknameLookupQuery
134 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS,
/packages/apps/Launcher2/
H A Dfill_screens.py10 COLUMNS = 4 variable
63 for y in range(COLUMNS):
H A Dprint_db.py10 COLUMNS = 4 variable
190 for k in range(0,COLUMNS):
/packages/apps/Launcher3/
H A Dfill_screens.py10 COLUMNS = 4 variable
63 for y in range(COLUMNS):
H A Dprint_db.py12 COLUMNS = 4 variable
150 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
171 COLUMNS = max(COLUMNS, d["cellX"] + d["spanX"])
251 for k in range(0,COLUMNS):
289 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
292 COLUMNS = 6
297 COLUMNS = 8
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
H A DSlowSuggestionProvider.java32 private static final String[] COLUMNS = { field in class:SlowSuggestionProvider
56 MatrixCursor cursor = new MatrixCursor(COLUMNS);
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
H A DSpammySuggestionProvider.java32 private static final String[] COLUMNS = { field in class:SpammySuggestionProvider
50 MatrixCursor cursor = new MatrixCursor(COLUMNS);
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
H A DCrashingSuggestionProvider.java32 private static final String[] COLUMNS = { field in class:CrashingSuggestionProvider
65 MatrixCursor cursor = new MatrixCursor(COLUMNS);
H A DHangingSuggestionProvider.java32 private static final String[] COLUMNS = { field in class:HangingSuggestionProvider
57 MatrixCursor cursor = new MatrixCursor(COLUMNS);
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
H A DPartialSuggestionProvider.java40 private static final String[] COLUMNS = { field in class:PartialSuggestionProvider
108 MutableMatrixCursor cursor = new MutableMatrixCursor(COLUMNS);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java550 public static final String[] COLUMNS = { RawContacts._ID, RawContacts.AGGREGATION_MODE }; field in class:ContactAggregator.RawContactIdAndAggregationModeQuery
564 RawContactIdAndAggregationModeQuery.COLUMNS,
643 public static final String[] COLUMNS = { field in class:ContactAggregator.RawContactIdAndAccountQuery
667 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
1025 public static final String[] COLUMNS = { RawContacts._ID }; field in class:ContactAggregator.RawContactIdQuery
1055 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS,
1125 String[] COLUMNS = { field in interface:ContactAggregator.AggregateExceptionPrefetchQuery
1151 AggregateExceptionPrefetchQuery.COLUMNS,
1175 String[] COLUMNS = { field in interface:ContactAggregator.AggregateExceptionQuery
1209 AggregateExceptionQuery.COLUMNS,
1320 String[] COLUMNS = new String[] { field in interface:ContactAggregator.NameLookupQuery
1385 final String[] COLUMNS = new String[] { field in interface:ContactAggregator.IdentityLookupMatchQuery
1426 String[] COLUMNS = new String[] { field in interface:ContactAggregator.NameLookupMatchQuery
1472 String[] COLUMNS = new String[] { field in interface:ContactAggregator.NameLookupMatchQueryWithParameter
1577 String[] COLUMNS = new String[] { field in interface:ContactAggregator.EmailLookupQuery
1620 String[] COLUMNS = new String[] { field in interface:ContactAggregator.PhoneLookupQuery
1675 String[] COLUMNS = new String[] { field in interface:ContactAggregator.ContactNameLookupQuery
2052 final String[] COLUMNS = new String[] { field in interface:ContactAggregator.PhotoIdQuery
2134 final String[] COLUMNS = new String[] { field in interface:ContactAggregator.PhotoFileQuery
2194 String[] COLUMNS = new String[] { field in interface:ContactAggregator.DisplayNameQuery
2292 String[] COLUMNS = new String[] { field in interface:ContactAggregator.LookupKeyQuery
2393 String[] COLUMNS = new String[] { field in interface:ContactAggregator.ContactIdQuery
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java115 static final String[] COLUMNS = new String[] { field in class:ContactLoader.ContactQuery
264 static final String[] COLUMNS = new String[] { field in class:ContactLoader.DirectoryQuery
282 static final String[] COLUMNS = new String[] { field in class:ContactLoader.GroupQuery
450 Cursor cursor = resolver.query(entityUri, ContactQuery.COLUMNS, null, null,
709 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index));
712 values.put(ContactQuery.COLUMNS[index], cursor.getString(index));
715 values.put(ContactQuery.COLUMNS[index], cursor.getBlob(index));
727 DirectoryQuery.COLUMNS, null, null, null);
791 GroupQuery.COLUMNS, selection.toString(), selectionArgs.toArray(new String[0]),
/packages/apps/Browser/src/com/android/browser/search/
H A DOpenSearchSearchEngine.java66 private static final String[] COLUMNS = new String[] { field in class:OpenSearchSearchEngine
230 return (mDescriptions != null ? COLUMNS : COLUMNS_WITHOUT_DESCRIPTION);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java95 String[] COLUMNS = new String[] { field in interface:ContactHeaderWidget.ContactQuery
124 String[] COLUMNS = new String[] { field in interface:ContactHeaderWidget.PhotoQuery
591 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
610 ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PhotoQuery.COLUMNS,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java47 String[] COLUMNS = new String[] { field in interface:DataRowHandlerForGroupMembership.RawContactsQuery
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java146 final String[] COLUMNS = new String[] { field in interface:ConfirmAddDetailActivity.ContactQuery
163 final String[] COLUMNS = new String[] { field in interface:ConfirmAddDetailActivity.PhotoQuery
176 final String[] COLUMNS = new String[] { field in interface:ConfirmAddDetailActivity.ExtraInfoQuery
308 mQueryHandler.startQuery(TOKEN_CONTACT_INFO, contactUri, contactUri, ContactQuery.COLUMNS,
321 PhotoQuery.COLUMNS, null, null, null);
357 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?",
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java269 public static final String[] COLUMNS = { field in class:AggregationSuggestionEngine.DataQuery
326 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID);

Completed in 4129 milliseconds

12