Searched refs:UIControllerTwoPane (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerSearchTwoPane.java23 public class UIControllerSearchTwoPane extends UIControllerTwoPane {
H A DUIControllerTwoPane.java49 class UIControllerTwoPane extends UIControllerBase implements ThreePaneLayout.Callback { class in inherits:UIControllerBase,ThreePaneLayout.Callback
63 public UIControllerTwoPane(EmailActivity activity) { method in class:UIControllerTwoPane
664 return UIControllerTwoPane.this.getUIAccountId();
674 return UIControllerTwoPane.this.isAccountSelected();
725 return UIControllerTwoPane.this.getSearchHint();
730 UIControllerTwoPane.this.onSearchStarted();
735 UIControllerTwoPane.this.onSearchSubmit(queryTerm);
740 UIControllerTwoPane.this.onSearchExit();
H A DEmailActivity.java166 mUIController = new UIControllerTwoPane(this);
/packages/apps/Email/tests/src/com/android/email/activity/
H A DUIControllerTwoPaneRefreshTaskTest.java32 * Tests for {@link UIControllerTwoPane.RefreshTask}.
60 UIControllerTwoPane.RefreshTask task = new UIControllerTwoPane.RefreshTask(null,
91 + UIControllerTwoPane.MAILBOX_REFRESH_MIN_INTERVAL - 1;
103 UIControllerTwoPane.RefreshTask task = new UIControllerTwoPane.RefreshTask(null,
145 + UIControllerTwoPane.INBOX_AUTO_REFRESH_MIN_INTERVAL - 1;

Completed in 59 milliseconds