Searched defs:isShowingRecentsTab (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialerbind/
H A DObjectFactory.java50 boolean isShowingRecentsTab) {
56 isShowingRecentsTab);
45 newCallLogAdapter( Context context, CallFetcher callFetcher, ContactInfoHelper contactInfoHelper, VoicemailPlaybackPresenter voicemailPlaybackPresenter, boolean isShowingRecentsTab) argument
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java300 boolean isShowingRecentsTab) {
310 mIsShowingRecentsTab = isShowingRecentsTab;
573 return super.getItemCount() + ((isShowingRecentsTab() || mShowPromoCard) ? 1 : 0);
578 if (position == getItemCount() - 1 && isShowingRecentsTab()) {
598 protected boolean isShowingRecentsTab() { method in class:CallLogAdapter
295 CallLogAdapter( Context context, CallFetcher callFetcher, ContactInfoHelper contactInfoHelper, VoicemailPlaybackPresenter voicemailPlaybackPresenter, boolean isShowingRecentsTab) argument

Completed in 36 milliseconds