Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1078 assertFalse(mMockParent.hasCreateContextMenu()); in testCreateContextMenu()
1083 assertTrue(mMockParent.hasCreateContextMenu()); in testCreateContextMenu()
4237 public boolean hasCreateContextMenu() { in hasCreateContextMenu() method in ViewTest.MockViewParent