Home
last modified time | relevance | path

Searched refs:executeAction (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java88 final Object result = save.executeAction(); in testWriteDraft()
151 final Object result = read.executeAction(); in testReadDraft()
210 final Object result = read.executeAction(); in testReadDraftForNewConversation()
248 Object result = save.executeAction(); in testWriteAndReadDraft()
263 result = read.executeAction(); in testWriteAndReadDraft()
316 final Object result = save.executeAction(); in testUpdateDraft()
DActionTest.java128 final Object result = mAction.executeAction(); in testActionTransitionsEndToEndWithRequests()
193 final Object result = mAction.executeAction(); in testActionTransitionsEndToEndFailsRequests()
248 final Object result = mAction.executeAction(); in testActionTransitionsEndToEndNoRequests()
277 protected Object executeAction() { in executeAction() method in ActionTest.TestChatAction
DGetOrCreateConversationActionTest.java83 Object result = action.executeAction(); in testGetOrCreateConversation()
100 result = action.executeAction(); in testGetOrCreateConversation()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java253 executeAction(action); in onHandleWork()
281 private void executeAction(final Action action) { in executeAction() method in ActionServiceImpl
287 final Object result = action.executeAction(); in executeAction()
DUpdateMessageNotificationAction.java37 protected Object executeAction() { in executeAction() method in UpdateMessageNotificationAction
DHandleLowStorageAction.java54 protected Object executeAction() { in executeAction() method in HandleLowStorageAction
DUpdateConversationArchiveStatusAction.java53 protected Object executeAction() { in executeAction() method in UpdateConversationArchiveStatusAction
DFixupMessageStatusOnStartupAction.java45 protected Object executeAction() { in executeAction() method in FixupMessageStatusOnStartupAction
DUpdateMessagePartSizeAction.java58 protected Object executeAction() { in executeAction() method in UpdateMessagePartSizeAction
DMarkAsSeenAction.java65 protected Object executeAction() { in executeAction() method in MarkAsSeenAction
DDeleteMessageAction.java109 protected Object executeAction() { in executeAction() method in DeleteMessageAction
DMarkAsReadAction.java54 protected Object executeAction() { in executeAction() method in MarkAsReadAction
DDumpDatabaseAction.java52 protected Object executeAction() { in executeAction() method in DumpDatabaseAction
DWriteDraftMessageAction.java50 protected Object executeAction() { in executeAction() method in WriteDraftMessageAction
DResendMessageAction.java62 protected Object executeAction() { in executeAction() method in ResendMessageAction
DRedownloadMmsAction.java76 protected Object executeAction() { in executeAction() method in RedownloadMmsAction
DProcessDeliveryReportAction.java55 protected Object executeAction() { in executeAction() method in ProcessDeliveryReportAction
DUpdateConversationOptionsAction.java116 protected Object executeAction() { in executeAction() method in UpdateConversationOptionsAction
DLogTelephonyDatabaseAction.java70 protected Object executeAction() { in executeAction() method in LogTelephonyDatabaseAction
/packages/apps/TV/src/com/android/tv/menu/
DOptionsRowAdapter.java47 executeAction(action.getType());
77 protected abstract void executeAction(int type); in executeAction() method in OptionsRowAdapter
DCustomizableOptionsRowAdapter.java68 protected void executeAction(int type) { in executeAction() method in CustomizableOptionsRowAdapter
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java123 protected boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SampleDvbTunerSetupActivity
128 super.executeAction(category, actionId, params); in executeAction()
197 return super.executeAction(category, actionId, params); in executeAction()
263 super.executeAction(category, actionId, params); in executeAction()
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java124 protected boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SampleNetworkTunerSetupActivity
129 super.executeAction(category, actionId, params); in executeAction()
198 return super.executeAction(category, actionId, params); in executeAction()
263 super.executeAction(category, actionId, params); in executeAction()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupActivity.java123 return executeAction(category, actionId, params); in onActionClick()
136 protected boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SetupActivity
/packages/apps/TV/src/com/android/tv/setup/
DSystemSetupActivity.java87 public boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SystemSetupActivity

12