Home
last modified time | relevance | path

Searched refs:COLUMNS (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionCursorBackedCursor.java29 public static final String[] COLUMNS = { field in SuggestionCursorBackedCursor
77 ArrayList<String> allColumns = new ArrayList<String>(COLUMNS.length + in getColumnNames()
80 allColumns.addAll(Arrays.asList(COLUMNS)); in getColumnNames()
84 return COLUMNS; in getColumnNames()
99 int extraColumn = columnIdx - COLUMNS.length; in getExtra()
123 if (column < COLUMNS.length) { in getString()
153 + " of " + COLUMNS.length); in getString()
/packages/apps/Launcher3/
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)
Dfill_screens.py10 COLUMNS = 4 variable
63 for y in range(COLUMNS):
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java468 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange()
514 AggregateExceptionQuery.COLUMNS, in updateMatchScoresBasedOnExceptions()
559 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnIdentityMatch()
583 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnNameMatches()
613 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()
645 NameLookupMatchQueryWithParameter.COLUMNS, builder.getSelection(), null, null, null, in updateMatchScoresBasedOnNameMatches()
670 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS, in updateMatchScoresBasedOnPhoneMatches()
719 String[] COLUMNS = new String[] { field
740 final Cursor c = db.query(ContactNameLookupQuery.TABLE, ContactNameLookupQuery.COLUMNS, in matchAllCandidates()
766 final String[] COLUMNS = new String[] { field
[all …]
DAbstractContactAggregator.java564 public static final String[] COLUMNS = {RawContacts._ID, RawContacts.AGGREGATION_MODE}; field in AbstractContactAggregator.RawContactIdAndAggregationModeQuery
578 RawContactIdAndAggregationModeQuery.COLUMNS, in markContactForAggregation()
659 public static final String[] COLUMNS = { field in AbstractContactAggregator.RawContactIdAndAccountQuery
683 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION, in aggregateContact()
890 public static final String[] COLUMNS = {RawContacts._ID, RawContactsColumns.ACCOUNT_ID }; field in AbstractContactAggregator.RawContactIdQuery
944 String[] COLUMNS = { field
970 AggregateExceptionPrefetchQuery.COLUMNS, in prefetchAggregationExceptionIds()
994 String[] COLUMNS = new String[] { field
1007 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS, in loadNameMatchCandidates()
1030 String[] COLUMNS = { field
[all …]
DContactAggregator.java483 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange()
529 String[] COLUMNS = { field
563 AggregateExceptionQuery.COLUMNS, in pickBestMatchBasedOnExceptions()
703 final String[] COLUMNS = new String[] { field
717 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnIdentityMatch()
744 String[] COLUMNS = new String[] { field
763 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnNameMatches()
788 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()
805 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS, in updateMatchScoresBasedOnPhoneMatches()
849 String[] COLUMNS = new String[] { field
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DContactTileLoaderFactory.java53 private static final String[] COLUMNS = new String[] { field in ContactTileLoaderFactory
88 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null, in createStrequentLoader()
100 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?", in createStarredLoader()
105 return new CursorLoader(context, Contacts.CONTENT_FREQUENT_URI, COLUMNS, in createFrequentLoader()
DGroupMetaDataLoader.java31 public final static String[] COLUMNS = new String[] { field in GroupMetaDataLoader
54 super(context, ensureIsGroupUri(groupUri), COLUMNS, GroupUtil.DEFAULT_SELECTION, null, in GroupMetaDataLoader()
59 super(context, ensureIsGroupUri(groupUri), COLUMNS, selection, null, in GroupMetaDataLoader()
DGroupListLoader.java32 private final static String[] COLUMNS = new String[] { field in GroupListLoader
57 COLUMNS, in GroupListLoader()
DSplitAggregateView.java56 String[] COLUMNS = new String[] { field
159 SplitQuery.COLUMNS, null, null, null); in loadData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java51 public final static String[] COLUMNS = new String[] { field in CommonNicknameCache.NicknameLookupPreloadQuery
73 NicknameLookupPreloadQuery.COLUMNS, in preloadNicknameBloomFilter()
129 String[] COLUMNS = new String[] { field
138 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS, in loadNicknameClusters()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java49 private static final String[] COLUMNS = new String[]{ field in ModelTest
82 MatrixCursor c = new MatrixCursor(COLUMNS); in setUp()
114 MatrixCursor cIn1 = new MatrixCursor(COLUMNS); in testModelIdIsUnique()
115 MatrixCursor cIn2 = new MatrixCursor(COLUMNS); in testModelIdIsUnique()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java58 private static final String[] COLUMNS = new String[]{ field in SortingCursorWrapperTest
117 MatrixCursor c = new MatrixCursor(COLUMNS); in setUp()
230 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_sizesWithBucketing_ascending()
282 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_sizesWithBucketing_descending()
333 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_time_ascending()
370 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_time_descending()
476 MatrixCursor c = new MatrixCursor(COLUMNS); in testReturnsWrappedExtras()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java275 resolver.query(entityUri, ContactQuery.COLUMNS, null, null, Contacts.Entity.RAW_CONTACT_ID); in loadContactEntity()
535 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index)); in cursorColumnToContentValues()
538 values.put(ContactQuery.COLUMNS[index], cursor.getString(index)); in cursorColumnToContentValues()
541 values.put(ContactQuery.COLUMNS[index], cursor.getBlob(index)); in cursorColumnToContentValues()
556 DirectoryQuery.COLUMNS, in loadDirectoryMetaData()
628 GroupQuery.COLUMNS, in loadGroupMetaData()
921 static final String[] COLUMNS; field in ContactLoader.ContactQuery
926 COLUMNS = projectionList.toArray(new String[projectionList.size()]);
939 static final String[] COLUMNS = field in ContactLoader.DirectoryQuery
959 static final String[] COLUMNS = field in ContactLoader.GroupQuery
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java187 static final String[] COLUMNS; field in ContactLoader.ContactQuery
194 COLUMNS = projectionList.toArray(new String[projectionList.size()]);
272 static final String[] COLUMNS = new String[] { field in ContactLoader.DirectoryQuery
452 Cursor cursor = resolver.query(entityUri, ContactQuery.COLUMNS, null, null, in loadContactEntity()
688 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index)); in cursorColumnToContentValues()
691 values.put(ContactQuery.COLUMNS[index], cursor.getString(index)); in cursorColumnToContentValues()
694 values.put(ContactQuery.COLUMNS[index], cursor.getBlob(index)); in cursorColumnToContentValues()
706 DirectoryQuery.COLUMNS, null, null, null); in loadDirectoryMetaData()
803 GroupMetaDataLoader.COLUMNS, selection.toString(), in loadGroupMetaData()
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
DSpammySuggestionProvider.java32 private static final String[] COLUMNS = { field in SpammySuggestionProvider
50 MatrixCursor cursor = new MatrixCursor(COLUMNS); in query()
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
DSlowSuggestionProvider.java32 private static final String[] COLUMNS = { field in SlowSuggestionProvider
56 MatrixCursor cursor = new MatrixCursor(COLUMNS); in query()
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
DHangingSuggestionProvider.java32 private static final String[] COLUMNS = { field in HangingSuggestionProvider
57 MatrixCursor cursor = new MatrixCursor(COLUMNS); in query()
DCrashingSuggestionProvider.java32 private static final String[] COLUMNS = { field in CrashingSuggestionProvider
65 MatrixCursor cursor = new MatrixCursor(COLUMNS); in query()
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
DPartialSuggestionProvider.java40 private static final String[] COLUMNS = { field in PartialSuggestionProvider
108 MutableMatrixCursor cursor = new MutableMatrixCursor(COLUMNS); in query()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestModel.java36 static final String[] COLUMNS = new String[]{ field in TestModel
59 mCursor = new MatrixCursor(COLUMNS); in reset()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForGroupMembership.java47 String[] COLUMNS = new String[] { field
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
DDataRowHandler.java55 public static final String[] COLUMNS = new String[] { field
71 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE }; field
DSearchIndexManager.java61 public static final String[] COLUMNS = { field in SearchIndexManager.ContactIndexQuery
364 Cursor cursor = db.query(Tables.DATA_JOIN_MIMETYPE_RAW_CONTACTS, ContactIndexQuery.COLUMNS, in buildAndInsertIndex()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java277 public static final String[] COLUMNS = { field in AggregationSuggestionEngine.DataQuery
330 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID); in loadAggregationSuggestions()

12