HomeSort by relevance Sort by last modified time
    Searched defs:COLUMNS (Results 26 - 33 of 33) sorted by null

12

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 190 final String[] columns = SourceStats.COLUMNS; local
197 false, tables, columns, where, groupBy, having, orderBy, limit);
635 static final String[] COLUMNS = initColumns();
641 String[] columns = new String[vals.length]; local
643 columns[i] = vals[i].fullName;
645 return columns;
666 static final String[] COLUMNS = initColumns();
670 String[] columns = new String[vals.length]; local
672 columns[i] = vals[i].fullName
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 446 public static final String[] COLUMNS = {
462 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
733 String[] COLUMNS = {
759 AggregateExceptionPrefetchQuery.COLUMNS,
783 String[] COLUMNS =
    [all...]
LegacyApiSupport.java 244 String[] COLUMNS = { BaseColumns._ID };
    [all...]
LegacyContactImporter.java 235 String[] COLUMNS = {
277 Cursor c = mSourceDb.query(GroupsQuery.TABLE, GroupsQuery.COLUMNS, null, null,
496 String[] columns = mPhoneticNameAvailable local
499 Cursor c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NULL", null, null,
512 columns = mPhoneticNameAvailable
515 c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NOT NULL", null, null, null,
679 String[] COLUMNS = {
715 Cursor c = mSourceDb.query(OrganizationsQuery.TABLE, OrganizationsQuery.COLUMNS, null, null,
744 String[] COLUMNS = {
827 Cursor c = mSourceDb.query(ContactMethodsQuery.TABLE, ContactMethodsQuery.COLUMNS, null
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java 276 public static final String[] COLUMNS = new String[] {
292 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
303 String[] COLUMNS = new String[] {
355 /** Contains just the contacts columns */
357 /** Contains just the contacts columns */
363 /** Contains just the contacts vCard columns */
365 /** Contains just the raw contacts columns */
367 /** Contains the columns from the raw contacts entity view*/
369 /** Contains columns from the data view */
371 /** Contains columns from the data view *
670 HashMap<String, String> columns; typedefs
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1492 milliseconds

12