Searched refs:updateTransaction (Results 1 – 4 of 4) sorted by relevance
145 FragmentTransaction updateTransaction = getSupportFragmentManager().beginTransaction(); in updateView() local147 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in updateView()149 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_CLOSE); in updateView()151 updateTransaction.replace(R.id.wifi_container, fragment, TAG); in updateView()152 updateTransaction.commitAllowingStateLoss(); in updateView()
148 FragmentTransaction updateTransaction = getSupportFragmentManager().beginTransaction(); in updateView() local150 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in updateView()152 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_CLOSE); in updateView()154 updateTransaction.replace(R.id.wifi_container, fragment, TAG); in updateView()155 updateTransaction.commitAllowingStateLoss(); in updateView()
214 FragmentTransaction updateTransaction = getSupportFragmentManager().beginTransaction(); in updateView() local216 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in updateView()218 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_CLOSE); in updateView()220 updateTransaction.replace(R.id.wifi_container, fragment, TAG); in updateView()221 updateTransaction.commitAllowingStateLoss(); in updateView()
202 FragmentTransaction updateTransaction = getSupportFragmentManager().beginTransaction(); in updateView() local204 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in updateView()206 updateTransaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_CLOSE); in updateView()208 updateTransaction.replace(R.id.wifi_container, fragment, TAG); in updateView()209 updateTransaction.commitAllowingStateLoss(); in updateView()