Searched refs:COLUMN_NAME (Results 1 – 1 of 1) sorted by relevance
28 private const val COLUMN_NAME = "value" constant54 val cursor = MatrixCursor(arrayOf(COLUMN_NAME)) in getType()71 val bytes = values.getAsByteArray(COLUMN_NAME) in update()94 val cursor = resolver.query(uriFor(key), arrayOf(COLUMN_NAME), null, null) in getSharedPreferences()105 values.put(COLUMN_NAME, value) in getSharedPreferences()