Searched refs:mOnholdCallFragment (Results 1 – 2 of 2) sorted by relevance
39 private Fragment mOnholdCallFragment; field in OngoingCallFragment51 mOnholdCallFragment = getChildFragmentManager().findFragmentById(R.id.onhold_user_profile); in onCreateView()95 getChildFragmentManager().beginTransaction().show(mOnholdCallFragment).commit(); in maybeShowOnholdCallFragment()97 getChildFragmentManager().beginTransaction().hide(mOnholdCallFragment).commit(); in maybeShowOnholdCallFragment()
47 private Fragment mOnholdCallFragment; field in OngoingConfCallFragment72 mOnholdCallFragment = getChildFragmentManager().findFragmentById(R.id.onhold_user_profile); in onCreateView()151 getChildFragmentManager().beginTransaction().show(mOnholdCallFragment).commit(); in updateOnholdCallFragmentVisibility()153 getChildFragmentManager().beginTransaction().hide(mOnholdCallFragment).commit(); in updateOnholdCallFragmentVisibility()