Searched refs:COLUMN_COUNT (Results 1 – 4 of 4) 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()
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()