Searched refs:COLUMN_COUNT (Results 1 – 4 of 4) sorted by relevance
292 private const val COLUMN_COUNT = ALARM_STATE_INDEX + 1 constant296 val values = ContentValues(COLUMN_COUNT) in createContentValues()
316 private const val COLUMN_COUNT = DELETE_AFTER_USE_INDEX + 1 constant321 val values = ContentValues(COLUMN_COUNT) in createContentValues()
78 public static final int COLUMN_COUNT = 15; field in MetadataDbHelper486 final ContentValues result = new ContentValues(COLUMN_COUNT); in makeContentValues()575 result = new ContentValues(COLUMN_COUNT); in getFirstLineAsContentValues()
7591 public static final int COLUMN_COUNT = 3; field in ContactsProvider2.AddressBookIndexQuery7668 counts[i] = indexCursor.getInt(AddressBookIndexQuery.COLUMN_COUNT); in getFastScrollingIndexExtras()