HomeSort by relevance Sort by last modified time
    Searched refs:updateMailboxList (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
MailboxFinder.java 242 mController.updateMailboxList(mAccountId);
UIControllerTwoPane.java 370 updateMailboxList(ft, true);
392 private void updateMailboxList(FragmentTransaction ft, boolean clearDependentPane) {
394 Log.d(Logging.LOG_TAG, this + " updateMailboxList " + mListContext);
  /packages/apps/Email/src/com/android/email/
RefreshManager.java 221 mController.updateMailboxList(accountId);
Controller.java 342 public void updateMailboxList(final long accountId) {
354 Log.d("updateMailboxList", "RemoteException" + e);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 137 * {@link Controller#updateMailboxList} is called.
218 // Controller.updateMailboxList() should have been called, with the account id.
391 * A {@link Controller} that remembers if updateMailboxList has been called.
407 public void updateMailboxList(long accountId) {
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 457 public void updateMailboxList(long accountId) {

Completed in 61 milliseconds