Lines Matching defs:transaction

820     FragmentTransaction transaction = dialpadFragmentManager.beginTransaction();  in showDialpadFragment()  local
847 FragmentTransaction transaction = dialpadFragmentManager.beginTransaction(); in hideDialpadFragment() local
1200 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); in hideMainInCallFragment() local
1246 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); in showMainInCallFragment() local
1290 private boolean showSpeakEasyFragment(FragmentTransaction transaction, DialerCall call) { in showSpeakEasyFragment()
1319 private boolean hideSpeakEasyFragment(FragmentTransaction transaction) { in hideSpeakEasyFragment()
1453 private boolean showAnswerScreenFragment(FragmentTransaction transaction, DialerCall call) { in showAnswerScreenFragment()
1531 private boolean hideAnswerScreenFragment(FragmentTransaction transaction) { in hideAnswerScreenFragment()
1544 private boolean showInCallScreenFragment(FragmentTransaction transaction) { in showInCallScreenFragment()
1555 private boolean hideInCallScreenFragment(FragmentTransaction transaction) { in hideInCallScreenFragment()
1567 private boolean showRttCallScreenFragment(FragmentTransaction transaction, DialerCall call) { in showRttCallScreenFragment()
1589 private boolean hideRttCallScreenFragment(FragmentTransaction transaction) { in hideRttCallScreenFragment()
1601 private boolean showVideoCallScreenFragment(FragmentTransaction transaction, DialerCall call) { in showVideoCallScreenFragment()
1626 private boolean hideVideoCallScreenFragment(FragmentTransaction transaction) { in hideVideoCallScreenFragment()