Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java1544 boolean fragmentShown = showIfEqualElseHide(transaction, fragment, oldSpeedDial); in showFragment()
1545 fragmentShown |= showIfEqualElseHide(transaction, fragment, oldCallLog); in showFragment()
1546 fragmentShown |= showIfEqualElseHide(transaction, fragment, contacts); in showFragment()
1547 fragmentShown |= showIfEqualElseHide(transaction, fragment, oldVoicemail); in showFragment()
1597 private boolean showIfEqualElseHide( in showIfEqualElseHide() method in OldMainActivityPeer.MainBottomNavBarBottomNavTabListener