HomeSort by relevance Sort by last modified time
    Searched refs:performIdentifierAction (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ActionMenuViewTest.java 92 menu.performIdentifierAction(R.id.action_highlight, 0);
96 menu.performIdentifierAction(R.id.action_share, 0);
142 mActivityRule.runOnUiThread(() -> menu.performIdentifierAction(R.id.action_share, 0));
PopupMenuTest.java 215 () -> mPopupMenu.getMenu().performIdentifierAction(R.id.action_share, 0));
220 performIdentifierAction(R.id.action_share_email, 0));
276 () -> mPopupMenu.getMenu().performIdentifierAction(R.id.action_highlight, 0));
304 () -> mPopupMenu.getMenu().performIdentifierAction(R.id.action_share, 0));
313 performIdentifierAction(R.id.action_share_email, 0));
ToolbarTest.java 154 menu.performIdentifierAction(R.id.action_highlight, 0);
158 menu.performIdentifierAction(R.id.action_share, 0);
198 mActivityRule.runOnUiThread(() -> menu.performIdentifierAction(R.id.action_share, 0));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboMenu.java 175 public boolean performIdentifierAction(int id, int flags) {

Completed in 254 milliseconds