Searched defs:performItemAction (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java307 performItemAction(intent, mSessionId, null, extras, callback);
344 performItemAction(intent, mSessionId, itemId, extras, callback);
374 performItemAction(intent, mSessionId, itemId, extras, callback);
407 performItemAction(intent, mSessionId, itemId, extras, callback);
582 private void performItemAction(final Intent intent, method in class:RemotePlaybackClient
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java790 handled = performItemAction(item, flags);
890 return performItemAction(findItem(id), flags);
893 public boolean performItemAction(MenuItem item, int flags) { method in class:MenuBuilder
894 return performItemAction(item, null, flags);
897 public boolean performItemAction(MenuItem item, MenuPresenter preferredPresenter, int flags) { method in class:MenuBuilder
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java832 handled = performItemAction(item, flags);
935 return performItemAction(findItem(id), flags);
938 public boolean performItemAction(MenuItem item, int flags) { method in class:MenuBuilder
939 return performItemAction(item, null, flags);
942 public boolean performItemAction(MenuItem item, MenuPresenter preferredPresenter, int flags) { method in class:MenuBuilder

Completed in 2494 milliseconds