Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DNewMainActivityPeer.java160 FragmentTransaction supportTransaction = supportFragmentManager.beginTransaction(); in hideAllFragments() local
163 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()
DOldMainActivityPeer.java1567 android.support.v4.app.FragmentTransaction supportTransaction = in showFragment() local
1570 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() argument
1624 supportTransaction.show(supportFragment1); in showIfEqualElseHideSupport()
1627 supportTransaction.hide(supportFragment2); in showIfEqualElseHideSupport()