Searched refs:fms (Results 1 – 1 of 1) sorted by relevance
2804 fms.mActive = active; in saveAllState()2805 fms.mAdded = added; in saveAllState()2806 fms.mBackStack = backStack; in saveAllState()2812 return fms; in saveAllState()2820 if (fms.mActive == null) return; in restoreAllState()2834 while (index < fms.mActive.length && fms.mActive[index].mIndex != f.mIndex) { in restoreAllState()2837 if (index == fms.mActive.length) { in restoreAllState()2861 FragmentState fs = fms.mActive[i]; in restoreAllState()2896 if (fms.mAdded != null) { in restoreAllState()2915 if (fms.mBackStack != null) { in restoreAllState()[all …]