Searched refs:executeAction (Results 1 - 25 of 41) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateMessageNotificationAction.java37 protected Object executeAction() { method in class:UpdateMessageNotificationAction
H A DHandleLowStorageAction.java54 protected Object executeAction() { method in class:HandleLowStorageAction
H A DFixupMessageStatusOnStartupAction.java45 protected Object executeAction() { method in class:FixupMessageStatusOnStartupAction
H A DUpdateConversationArchiveStatusAction.java53 protected Object executeAction() { method in class:UpdateConversationArchiveStatusAction
H A DActionServiceImpl.java267 executeAction(action);
299 private void executeAction(final Action action) { method in class:ActionServiceImpl
302 final LoggingTimer timer = createLoggingTimer(action, "#executeAction");
305 final Object result = action.executeAction();
H A DDeleteMessageAction.java109 protected Object executeAction() { method in class:DeleteMessageAction
H A DDumpDatabaseAction.java52 protected Object executeAction() { method in class:DumpDatabaseAction
H A DMarkAsReadAction.java54 protected Object executeAction() { method in class:MarkAsReadAction
H A DMarkAsSeenAction.java65 protected Object executeAction() { method in class:MarkAsSeenAction
H A DRedownloadMmsAction.java74 protected Object executeAction() { method in class:RedownloadMmsAction
H A DResendMessageAction.java60 protected Object executeAction() { method in class:ResendMessageAction
H A DUpdateMessagePartSizeAction.java58 protected Object executeAction() { method in class:UpdateMessagePartSizeAction
H A DWriteDraftMessageAction.java50 protected Object executeAction() { method in class:WriteDraftMessageAction
H A DAction.java58 protected Object executeAction() { method in class:Action
72 * completed its processing ({@link #executeAction}, {@link processBackgroundCompletion}
H A DDeleteConversationAction.java179 protected Object executeAction() { method in class:DeleteConversationAction
H A DGetOrCreateConversationAction.java92 protected Object executeAction() { method in class:GetOrCreateConversationAction
108 // TODO: Add a better way to indicate an error from executeAction.
H A DLogTelephonyDatabaseAction.java70 protected Object executeAction() { method in class:LogTelephonyDatabaseAction
H A DProcessDeliveryReportAction.java55 protected Object executeAction() { method in class:ProcessDeliveryReportAction
H A DReadDraftDataAction.java83 protected Object executeAction() { method in class:ReadDraftDataAction
/packages/apps/TV/src/com/android/tv/menu/
H A DOptionsRowAdapter.java51 executeAction(action.getType());
85 protected abstract void executeAction(int type); method in class:OptionsRowAdapter
H A DCustomizableOptionsRowAdapter.java71 protected void executeAction(int type) { method in class:CustomizableOptionsRowAdapter
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupActivity.java136 executeAction(category, actionId);
144 protected void executeAction(String category, int actionId) { } method in class:SetupActivity
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionTest.java128 final Object result = mAction.executeAction();
131 assertEquals("Check executeAction result", result, executeActionResult);
193 final Object result = mAction.executeAction();
196 assertEquals("Check executeAction result", result, executeActionResult);
248 final Object result = mAction.executeAction();
250 assertEquals("Check executeAction result", result, executeActionResult);
277 protected Object executeAction() { method in class:ActionTest.TestChatAction
H A DReadWriteDraftMessageActionTest.java89 final Object result = save.executeAction();
152 final Object result = read.executeAction();
211 final Object result = read.executeAction();
249 Object result = save.executeAction();
264 result = read.executeAction();
317 final Object result = save.executeAction();
H A DGetOrCreateConversationActionTest.java86 Object result = action.executeAction();
102 result = action.executeAction();

Completed in 293 milliseconds

12