Searched defs:performAction (Results 1 - 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DDestructiveAction.java27 * {@link #performAction()} will get called.
32 * Note that this needs to be set before performAction is called for the callback to be
39 public void performAction(); method in interface:DestructiveAction
H A DAbstractActivityController.java2145 action.performAction();
2153 action.performAction();
2981 public void performAction() { method in class:AbstractActivityController.ConversationAction
2989 LogUtils.d(LOG_TAG, "ConversationAction.performAction():"
2995 LogUtils.e(LOG_TAG, "null ConversationCursor in ConversationAction.performAction():"
3766 mPendingDestruction.performAction();
3854 public void performAction() { method in class:AbstractActivityController.FolderDestruction
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java48 public boolean performAction(View host, ItemInfo item, int action) { method in class:ShortcutMenuAccessibilityDelegate
H A DLauncherAccessibilityDelegate.java146 && performAction(host, (ItemInfo) host.getTag(), action)) {
152 public boolean performAction(final View host, final ItemInfo item, int action) { method in class:LauncherAccessibilityDelegate
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java265 public boolean performAction(final int virtualViewId, final int action, method in class:KeyboardAccessibilityNodeProvider
/packages/apps/Settings/src/com/android/settings/widget/
H A DExploreByTouchHelper.java437 private boolean performAction(int virtualViewId, int action, Bundle arguments) { method in class:ExploreByTouchHelper
687 * {@link android.view.accessibility.AccessibilityNodeInfo#performAction(int, android.os.Bundle)} for
720 public boolean performAction(int virtualViewId, int action, Bundle arguments) { method in class:ExploreByTouchHelper.ExploreByTouchNodeProvider
721 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments);
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java252 PhoneNumberInteraction.performAction(activity, phoneItem.phoneNumber,
324 private void performAction(String phoneNumber) { method in class:PhoneNumberInteraction
325 PhoneNumberInteraction.performAction(mContext, phoneNumber, mInteractionType, mIsVideoCall,
329 private static void performAction( method in class:PhoneNumberInteraction
434 performAction(primaryPhone);
445 performAction(item.phoneNumber);

Completed in 511 milliseconds