Home
last modified time | relevance | path

Searched refs:COLUMN_COUNT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarmInstance.kt292 private const val COLUMN_COUNT = ALARM_STATE_INDEX + 1 constant
296 val values = ContentValues(COLUMN_COUNT) in createContentValues()
DAlarm.kt316 private const val COLUMN_COUNT = DELETE_AFTER_USE_INDEX + 1 constant
321 val values = ContentValues(COLUMN_COUNT) in createContentValues()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataDbHelper.java78 public static final int COLUMN_COUNT = 15; field in MetadataDbHelper
486 final ContentValues result = new ContentValues(COLUMN_COUNT); in makeContentValues()
575 result = new ContentValues(COLUMN_COUNT); in getFirstLineAsContentValues()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7591 public static final int COLUMN_COUNT = 3; field in ContactsProvider2.AddressBookIndexQuery
7668 counts[i] = indexCursor.getInt(AddressBookIndexQuery.COLUMN_COUNT); in getFastScrollingIndexExtras()