Searched refs:supportTransaction (Results 1 – 2 of 2) sorted by relevance
160 FragmentTransaction supportTransaction = supportFragmentManager.beginTransaction(); in hideAllFragments() local163 supportTransaction.hide(speedDialFragment); in hideAllFragments()177 supportTransaction.hide(callLogFragment); in hideAllFragments()181 supportTransaction.hide(supportFragmentManager.findFragmentByTag(VOICEMAIL_TAG)); in hideAllFragments()183 supportTransaction.commit(); in hideAllFragments()
1567 android.support.v4.app.FragmentTransaction supportTransaction = in showFragment() local1570 showIfEqualElseHideSupport(supportTransaction, supportFragment, speedDial); in showFragment()1572 showIfEqualElseHideSupport(supportTransaction, supportFragment, newCallLog); in showFragment()1574 showIfEqualElseHideSupport(supportTransaction, supportFragment, newVoicemail); in showFragment()1580 supportTransaction.add(R.id.fragment_container, supportFragment, tag); in showFragment()1583 supportTransaction.commit(); in showFragment()1619 android.support.v4.app.FragmentTransaction supportTransaction, in showIfEqualElseHideSupport() argument1624 supportTransaction.show(supportFragment1); in showIfEqualElseHideSupport()1627 supportTransaction.hide(supportFragment2); in showIfEqualElseHideSupport()