Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java166 LinearLayout illegalView = (LinearLayout)simpleCursorAdapter.newView(mContext, null, null); in testBindView() local
169 simpleCursorAdapter.bindView(illegalView, null, mCursor); in testBindView()