Searched refs:COLUMN_COUNT (Results 1 – 6 of 6) sorted by relevance
88 private static final int COLUMN_COUNT = ALARM_STATE_INDEX + 1; field in AlarmInstance91 ContentValues values = new ContentValues(COLUMN_COUNT); in createContentValues()
292 private const val COLUMN_COUNT = ALARM_STATE_INDEX + 1 constant296 val values = ContentValues(COLUMN_COUNT) in createContentValues()
317 private const val COLUMN_COUNT = DELETE_AFTER_USE_INDEX + 1 constant322 val values = ContentValues(COLUMN_COUNT) in createContentValues()
110 private static final int COLUMN_COUNT = DELETE_AFTER_USE_INDEX + 1; field in Alarm114 ContentValues values = new 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()
7544 public static final int COLUMN_COUNT = 3; field in ContactsProvider2.AddressBookIndexQuery7621 counts[i] = indexCursor.getInt(AddressBookIndexQuery.COLUMN_COUNT); in getFastScrollingIndexExtras()