Home
last modified time | relevance | path

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

12

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java89 final Object result = save.executeAction(); in testWriteDraft()
152 final Object result = read.executeAction(); in testReadDraft()
211 final Object result = read.executeAction(); in testReadDraftForNewConversation()
249 Object result = save.executeAction(); in testWriteAndReadDraft()
264 result = read.executeAction(); in testWriteAndReadDraft()
317 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.java89 Object result = action.executeAction(); in testGetOrCreateConversation()
106 result = action.executeAction(); in testGetOrCreateConversation()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java258 executeAction(action); in onHandleWork()
286 private void executeAction(final Action action) { in executeAction() method in ActionServiceImpl
292 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
DWriteDraftMessageAction.java50 protected Object executeAction() { in executeAction() method in WriteDraftMessageAction
DDumpDatabaseAction.java52 protected Object executeAction() { in executeAction() method in DumpDatabaseAction
DDeleteMessageAction.java109 protected Object executeAction() { in executeAction() method in DeleteMessageAction
DMarkAsReadAction.java54 protected Object executeAction() { in executeAction() method in MarkAsReadAction
DRedownloadMmsAction.java74 protected Object executeAction() { in executeAction() method in RedownloadMmsAction
DResendMessageAction.java60 protected Object executeAction() { in executeAction() method in ResendMessageAction
DProcessDeliveryReportAction.java55 protected Object executeAction() { in executeAction() method in ProcessDeliveryReportAction
DUpdateConversationOptionsAction.java116 protected Object executeAction() { in executeAction() method in UpdateConversationOptionsAction
/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/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java119 protected boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SampleNetworkTunerSetupActivity
124 super.executeAction(category, actionId, params); in executeAction()
193 return super.executeAction(category, actionId, params); in executeAction()
258 super.executeAction(category, actionId, params); in executeAction()
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java118 protected boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SampleDvbTunerSetupActivity
123 super.executeAction(category, actionId, params); in executeAction()
192 return super.executeAction(category, actionId, params); in executeAction()
257 super.executeAction(category, actionId, params); in executeAction()
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java165 executeAction(mBleActionQueue.peek()); in processAction()
170 executeAction(mBleActionQueue.peek()); in processNextAction()
173 private void executeAction(@Nullable BleAction action) { in executeAction() method in SimpleBleClient
/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.java71 public boolean executeAction(String category, int actionId, Bundle params) { in executeAction() method in SystemSetupActivity

12