Searched defs:shouldShowActionBar (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/widget/
H A DActionBarControllerTest.java36 boolean shouldShowActionBar; field in class:ActionBarControllerTest.MockActivityUi
50 public boolean shouldShowActionBar() { method in class:ActionBarControllerTest.MockActivityUi
51 return shouldShowActionBar;
118 mActivityUi.shouldShowActionBar = true;
125 mActivityUi.shouldShowActionBar = false;
135 mActivityUi.shouldShowActionBar = true;
143 mActivityUi.shouldShowActionBar = false;
151 mActivityUi.shouldShowActionBar = true;
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DActionBarController.java60 public boolean shouldShowActionBar(); method in interface:ActionBarController.ActivityUi
97 + " shouldShowActionBar: " + mActivityUi.shouldShowActionBar());
106 if (mActivityUi.shouldShowActionBar()) {
/packages/apps/Dialer/src/com/android/dialer/list/
H A DListsFragment.java432 public boolean shouldShowActionBar() { method in class:ListsFragment
/packages/apps/Dialer/src/com/android/dialer/
H A DDialtactsActivity.java860 public boolean shouldShowActionBar() { method in class:DialtactsActivity
861 return mListsFragment.shouldShowActionBar();

Completed in 70 milliseconds