Searched refs:isHistoryShown (Results 1 – 4 of 4) sorted by relevance
104 assertTrue(mView.isHistoryShown()); in setHistoryShown()113 assertFalse(mView.isHistoryShown()); in setHistoryNotShown()
381 public boolean isHistoryShown() { in isHistoryShown() method in FooterView
860 mNotificationActivityStarter.startHistoryIntent(v, mView.isHistoryShown()); in setUpView()
4558 public boolean isHistoryShown() { in isHistoryShown() method4560 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()