Searched defs:COLUMNS (Results 1 - 25 of 36) 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.java32 private final static String[] COLUMNS = new String[] { field in class:GroupListLoader
57 COLUMNS,
H A DGroupMetaDataLoader.java31 public final static String[] COLUMNS = new String[] { field in class:GroupMetaDataLoader
54 super(context, ensureIsGroupUri(groupUri), COLUMNS, GroupUtil.DEFAULT_SELECTION, null,
59 super(context, ensureIsGroupUri(groupUri), COLUMNS, selection, null,
H A DContactTileLoaderFactory.java53 private static final String[] COLUMNS = new String[] { field in class:ContactTileLoaderFactory
88 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null,
100 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?",
105 return new CursorLoader(context, Contacts.CONTENT_FREQUENT_URI, COLUMNS,
H A DSplitAggregateView.java56 String[] COLUMNS = new String[] { field in interface:SplitAggregateView.SplitQuery
159 SplitQuery.COLUMNS, null, null, null);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DModelTest.java40 private static final String[] COLUMNS = new String[]{ field in class:ModelTest
73 MatrixCursor c = new MatrixCursor(COLUMNS);
103 MatrixCursor cIn1 = new MatrixCursor(COLUMNS);
104 MatrixCursor cIn2 = new MatrixCursor(COLUMNS);
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
H A DHangingSuggestionProvider.java32 private static final String[] COLUMNS = { field in class:HangingSuggestionProvider
57 MatrixCursor cursor = new MatrixCursor(COLUMNS);
H A DCrashingSuggestionProvider.java32 private static final String[] COLUMNS = { field in class:CrashingSuggestionProvider
65 MatrixCursor cursor = new MatrixCursor(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.py13 COLUMNS = 4 variable
152 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
173 COLUMNS = max(COLUMNS, d["cellX"] + d["spanX"])
253 for k in range(0,COLUMNS):
291 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
294 COLUMNS = int(match.group(1))
296 HOTSEAT_SIZE = 2 * int(COLUMNS / 2)
/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/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestModel.java36 static final String[] COLUMNS = new String[]{ field in class:TestModel
58 mCursor = new MatrixCursor(COLUMNS);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java53 private static final String[] COLUMNS = new String[]{ field in class:SortingCursorWrapperTest
84 MatrixCursor c = new MatrixCursor(COLUMNS);
196 MatrixCursor c = new MatrixCursor(COLUMNS);
248 MatrixCursor c = new MatrixCursor(COLUMNS);
299 MatrixCursor c = new MatrixCursor(COLUMNS);
336 MatrixCursor c = new MatrixCursor(COLUMNS);
372 MatrixCursor c = new MatrixCursor(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/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);
/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/
H A DDataRowHandlerForGroupMembership.java46 String[] COLUMNS = new String[] { field in interface:DataRowHandlerForGroupMembership.RawContactsQuery
193 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
H A DDataRowHandler.java55 public static final String[] COLUMNS = new String[] { field in interface:DataRowHandler.DataDeleteQuery
71 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE }; field in interface:DataRowHandler.DataUpdateQuery
H A DSearchIndexManager.java58 public static final String[] COLUMNS = { field in class:SearchIndexManager.ContactIndexQuery
360 Cursor cursor = db.query(Tables.DATA_JOIN_MIMETYPE_RAW_CONTACTS, ContactIndexQuery.COLUMNS,
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
H A DDataModel.java246 private static final String[] COLUMNS = { AudioColumns.DATA }; field in class:DataModel.FilesystemListTask
265 cursor = mResolver.query(uri, COLUMNS, null , null, null);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java277 public static final String[] COLUMNS = { field in class:AggregationSuggestionEngine.DataQuery
330 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID);

Completed in 720 milliseconds

12