Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java924 assertFalse(listener.hasOnCreateContextMenu()); in testCreateContextMenu()
929 assertTrue(listener.hasOnCreateContextMenu()); in testCreateContextMenu()
3914 public boolean hasOnCreateContextMenu() { in hasOnCreateContextMenu() method in ViewTest.OnCreateContextMenuListenerImpl