Searched refs:mBinders (Results 1 – 1 of 1) sorted by relevance
598 private final HashMap<String, CursorBinder> mBinders; field in Adapters.XmlCursorAdapterParser611 mBinders = new HashMap<String, CursorBinder>(); in XmlCursorAdapterParser()672 selectionArgs, sortOrder, mBinders); in parse()717 mBinders.put(fromName, findBinder(asType)); in parseBindTag()908 private final CursorBinder[] mBinders; field in Adapters.XmlCursorAdapter930 mBinders = new CursorBinder[count]; in XmlCursorAdapter()935 mBinders[i] = binder; in XmlCursorAdapter()943 final CursorBinder[] binders = mBinders; in bindView()