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.java923 assertFalse(mMockParent.hasCreateContextMenu()); in testCreateContextMenu()
928 assertTrue(mMockParent.hasCreateContextMenu()); in testCreateContextMenu()
3740 public boolean hasCreateContextMenu() { in hasCreateContextMenu() method in ViewTest.MockViewParent