Home
last modified time | relevance | path

Searched refs:updateActionIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java684 ComposeActivity.updateActionIntent(currentAccount, refMessage.uri, in testReplySendingAccount0()
722 ComposeActivity.updateActionIntent(currentAccount, refMessage.uri, in testReplySendingAccount1()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java423 updateActionIntent(account, messageUri, action, intent); in createActionIntent()
429 static Intent updateActionIntent(Account account, Uri messageUri, int action, Intent intent) { in updateActionIntent() method in ComposeActivity