Home
last modified time | relevance | path

Searched refs:setCurrentAccount (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRecentFolderList.java74 setCurrentAccount(newAccount);
142 setCurrentAccount(mAccountObserver.initialize(activity.getAccountController())); in initialize()
152 private void setCurrentAccount(Account account) { in setCurrentAccount() method in RecentFolderList
197 setCurrentAccount(account); in touchFolder()
DSwipeableListView.java155 public void setCurrentAccount(Account account) { in setCurrentAccount() method in SwipeableListView
DConversationListFragment.java1109 mListView.setCurrentAccount(mAccount); in setSwipeAction()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java152 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllCustomFromReplyTo()
189 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllOnlyAccount()
230 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllOnlyCustomFrom()
562 activity.mFromSpinner.setCurrentAccount(currentAccount); in brokentestRecipientsRefMessageReplyToCustomFrom()
605 activity.mFromSpinner.setCurrentAccount(currentAccount); in brokentestRecipientsRefMessageReplyAllCustomFrom()
651 activity.mFromSpinner.setCurrentAccount(currentAccount); in brokentestRecipientsRefMessageReplyAllCustomFromThisAccount()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DFromAddressSpinner.java50 public void setCurrentAccount(ReplyFromAccount account) { in setCurrentAccount() method in FromAddressSpinner
DComposeActivity.java1234 mFromSpinner.setCurrentAccount(mReplyFromAccount); in initFromSpinner()