Searched refs:isHistoryShown (Results 1 – 4 of 4) sorted by relevance
75 assertTrue(mView.isHistoryShown()); in setHistoryShown()83 assertFalse(mView.isHistoryShown()); in setHistoryNotShown()
144 public boolean isHistoryShown() { in isHistoryShown() method in FooterView
777 mNotificationActivityStarter.startHistoryIntent(v, mView.isHistoryShown()); in setUpView()
4521 public boolean isHistoryShown() { in isHistoryShown() method4522 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()