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

  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 213 public boolean isAccountSelected() {
214 return UIControllerOnePane.this.isAccountSelected();
530 if (!isAccountSelected()) {
UIControllerBase.java 503 public final boolean isAccountSelected() {
512 return isAccountSelected() && (getUIAccountId() != Account.ACCOUNT_ID_COMBINED_VIEW);
853 if (!isAccountSelected()) {
    [all...]
UIControllerTwoPane.java 646 public boolean isAccountSelected() {
647 return UIControllerTwoPane.this.isAccountSelected();
ActionBarController.java 133 public boolean isAccountSelected();

Completed in 394 milliseconds