Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DSharedPrefsProvider.kt28 private const val COLUMN_NAME = "value" constant
54 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()