Searched defs:optionsMenu (Results 1 – 3 of 3) sorted by relevance
966 public void optionsMenu() throws Throwable { in optionsMenu() method in FragmentLifecycleTest
105 private Menu optionsMenu; field in ShadowActivity
1250 Menu optionsMenu = shadowOf(activity).getOptionsMenu(); in canGetOptionsMenu() local