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.java1067 view.setOnCreateContextMenuListener(new OnCreateContextMenuListenerImpl()); in testSetOnCreateContextMenuListener()
1072 OnCreateContextMenuListenerImpl listener = new OnCreateContextMenuListenerImpl(); in testCreateContextMenu()
4406 private final class OnCreateContextMenuListenerImpl implements OnCreateContextMenuListener { class in ViewTest