Searched refs:refreshMailboxList (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DRefreshManagerTest.java126 assertTrue(mTarget.refreshMailboxList(ACCOUNT_1));
141 assertFalse(mTarget.refreshMailboxList(ACCOUNT_1));
150 assertTrue(mTarget.refreshMailboxList(ACCOUNT_2));
/packages/apps/Email/src/com/android/email/
H A DRefreshManager.java212 public boolean refreshMailboxList(long accountId) { method in class:RefreshManager
217 Log.d(Logging.LOG_TAG, "refreshMailboxList " + accountId);
/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerOnePane.java628 mRefreshManager.refreshMailboxList(getActualAccountId());
H A DUIControllerTwoPane.java613 mRefreshManager.refreshMailboxList(mAccountId);
H A DMailboxListFragment.java484 mRefreshManager.refreshMailboxList(accountId);

Completed in 55 milliseconds