Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsService.java82 public boolean hasStableIds() { in hasStableIds() method in CtsRemoteViewsFactory
/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimCtsActivity.java85 public boolean hasStableIds() { in hasStableIds() method in GridLayoutAnimCtsActivity.MockGridViewAdapter
/cts/tests/tests/widget/src/android/widget/cts/
DBaseAdapterTest.java32 assertFalse(baseAdapter.hasStableIds()); in testHasStableIds()
DHeaderViewListAdapterTest.java273 assertFalse(headerViewListAdapter.hasStableIds()); in testHasStableIds()
277 assertTrue(headerViewListAdapter.hasStableIds()); in testHasStableIds()
411 public boolean hasStableIds() { in hasStableIds() method in HeaderViewListAdapterTest.HeaderViewEmptyAdapter
476 public boolean hasStableIds() { in hasStableIds() method in HeaderViewListAdapterTest.HeaderViewFullAdapter
DBaseExpandableListAdapterTest.java173 public boolean hasStableIds() { in hasStableIds() method in BaseExpandableListAdapterTest.MockBaseExpandableListAdapter
DCursorAdapterTest.java184 assertTrue(cursorAdapter.hasStableIds()); in testHasStableIds()
187 assertTrue(cursorAdapter.hasStableIds()); in testHasStableIds()
DCursorTreeAdapterTest.java331 assertTrue(adapter.hasStableIds()); in testHasStableIds()
334 assertTrue(adapter.hasStableIds()); in testHasStableIds()
DAbsSpinnerTest.java309 public boolean hasStableIds() { in hasStableIds() method in AbsSpinnerTest.MockSpinnerAdapter
DGridViewTest.java691 public boolean hasStableIds() {
786 public boolean hasStableIds() {
DSimpleExpandableListAdapterTest.java405 assertTrue(mSimpleExpandableListAdapter.hasStableIds()); in testHasStableIds()
DExpandableListViewTest.java440 public boolean hasStableIds() { in hasStableIds() method in ExpandableListViewTest.MockExpandableListAdapter
DListViewTest.java885 public boolean hasStableIds() { in hasStableIds() method in ListViewTest.StableArrayAdapter
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java344 public boolean hasStableIds() { in hasStableIds() method in ExpandableListScenario.MyAdapter
/cts/tests/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java651 public boolean hasStableIds() { in hasStableIds() method in AlertDialog_BuilderTest.AdapterTest
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1283 verify(factory, atLeastOnce()).hasStableIds(); in testCollectionWidgets()