Searched defs:addIntentOptions (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenu.java125 * Flag for {@link #addIntentOptions}: if set, do not automatically remove
303 public int addIntentOptions(int groupId, int itemId, int order, method in interface:Menu
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java70 public int addIntentOptions(int groupId, int itemId, int order, method in class:ActionMenu
H A DMenuBuilder.java480 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, method in class:MenuBuilder
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DMenuWrapperICS.java80 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, method in class:MenuWrapperICS
88 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items);
H A DMenuBuilder.java524 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, method in class:MenuBuilder
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
H A DWearableActionDrawerMenu.java159 public int addIntentOptions( method in class:WearableActionDrawerMenu
168 throw new UnsupportedOperationException("addIntentOptions is not implemented");

Completed in 91 milliseconds