Searched refs:commitAllowingStateLoss (Results 1 – 3 of 3) sorted by relevance
169 fm.beginTransaction().add(current, TAG).commitAllowingStateLoss(); in fragmentGet()189 fm.beginTransaction().add(current, TAG).commitAllowingStateLoss(); in supportFragmentGet()
169 public int commitAllowingStateLoss() { in commitAllowingStateLoss() method in TestFragmentTransaction
159 txn.add(fragment, "tag1").commitAllowingStateLoss(); in commitAllowingStateLoss_shouldCommitAndSetAFlag()