Home | History | Annotate | Download | only in database

Lines Matching defs:mColumns

777         private HashMap<String, Integer> mColumns;
814 mColumns = new HashMap<String, Integer>(cur.getCount());
819 mColumns.put(columnName, i);
905 final Integer index = mColumns.get(key);
1103 mColumns = null;