Home
last modified time | relevance | path

Searched refs:bottomNavTabListener (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java161 if (bottomNavTabListener == null) {
170 bottomNavTabListener.disableNewCallLogFragment();
171 bottomNavTabListener.disableNewVoicemailFragment();
205 private MainBottomNavBarBottomNavTabListener bottomNavTabListener; field in OldMainActivityPeer
293 bottomNavTabListener = in initLayout()
300 bottomNav.addOnTabSelectedListener(bottomNavTabListener); in initLayout()
311 activity, activity.getContentResolver(), bottomNav, toolbar, bottomNavTabListener); in initLayout()
538 bottomNavTabListener.ensureCorrectCallLogShown(); in onActivityResume()
539 bottomNavTabListener.ensureCorrectVoicemailShown(); in onActivityResume()
542 if (bottomNavTabListener.newCallLogFragmentActive()) { in onActivityResume()
[all …]