Searched refs:INDEXABLES_RAW_COLUMNS (Results 1 – 15 of 15) sorted by relevance
37 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[0]); in testRawColumns_matchContractIndexing()39 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[1]); in testRawColumns_matchContractIndexing()41 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[2]); in testRawColumns_matchContractIndexing()43 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[3]); in testRawColumns_matchContractIndexing()45 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[4]); in testRawColumns_matchContractIndexing()47 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[5]); in testRawColumns_matchContractIndexing()49 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[6]); in testRawColumns_matchContractIndexing()51 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[7]); in testRawColumns_matchContractIndexing()53 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[8]); in testRawColumns_matchContractIndexing()55 .isEqualTo(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS[9]); in testRawColumns_matchContractIndexing()[all …]
20 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;51 MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()54 Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in queryRawData()
65 Cursor cursor = mProvider.queryRawData(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS); in testQueryRawData()67 SearchIndexablesContract.INDEXABLES_RAW_COLUMNS); in testQueryRawData()
40 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;92 MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()109 Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in createIndexableRawColumnObjects()
19 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;52 MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()
19 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;52 MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in query()
38 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;65 return new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()
34 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;145 MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()148 Object[] raw = new Object[INDEXABLES_RAW_COLUMNS.length]; in queryRawData()
40 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;140 final MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryRawData()190 final MatrixCursor cursor = new MatrixCursor(INDEXABLES_RAW_COLUMNS); in queryDynamicRawData()461 final Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in createIndexableRawColumnObjects()
28 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;
47 MatrixCursor cursor = new MatrixCursor(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS); in queryRawData()
140 public static final String[] INDEXABLES_RAW_COLUMNS = new String[] { field in SearchIndexablesContract
99 SearchIndexablesContract.INDEXABLES_RAW_COLUMNS, null, null, null); in testRawColumnFetched()
121 SearchIndexablesContract.INDEXABLES_RAW_COLUMNS)); in addIndexablesFromRemoteProvider()
9259 field public static final String[] INDEXABLES_RAW_COLUMNS;