Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java63 private Map<String, Integer> mColumnNameMap; field in SQLiteCursor
104 mColumnNameMap = null; in SQLiteCursor()
168 if (mColumnNameMap == null) { in getColumnIndex()
175 mColumnNameMap = map; in getColumnIndex()
186 Integer i = mColumnNameMap.get(columnName); in getColumnIndex()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14652 Landroid/database/sqlite/SQLiteCursor;->mColumnNameMap:Ljava/util/Map;