Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java912 view.setOnCreateContextMenuListener(new OnCreateContextMenuListenerImpl()); in testSetOnCreateContextMenuListener()
917 OnCreateContextMenuListenerImpl listener = new OnCreateContextMenuListenerImpl(); in testCreateContextMenu()
3907 private final class OnCreateContextMenuListenerImpl implements OnCreateContextMenuListener { class in ViewTest