Searched refs:xact (Results 1 – 1 of 1) sorted by relevance
59 FragmentTransaction xact = openFragmentTransaction(); in onCreate() local60 xact.add(R.id.smallPane, groupsList); in onCreate()61 xact.add(R.id.largePane, contactsList); in onCreate()62 xact.commit(); in onCreate()97 FragmentTransaction xact = openFragmentTransaction(); in onContactSelected() local98 xact.addToBackStack(null); in onContactSelected()103 xact.remove(findFragmentById(R.id.smallPane)); in onContactSelected()104 xact.add(R.id.largePane, details); in onContactSelected()105 xact.commit(); in onContactSelected()108 xact.replace(R.id.largePane, details); in onContactSelected()[all …]