Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java157 int[] columns = ca.getConvertedFrom(); in testChangeCursorColumns()
168 columns = ca.getConvertedFrom(); in testChangeCursorColumns()
196 int[] columns = ca.getConvertedFrom(); in testChangeNullToMapped()
222 int[] columns = ca.getConvertedFrom(); in testChangeMapping()
235 columns = ca.getConvertedFrom(); in testChangeMapping()
263 int[] getConvertedFrom() { in getConvertedFrom() method in SimpleCursorAdapterTest.TestSimpleCursorAdapter