Home
last modified time | relevance | path

Searched refs:mBackStackIndices (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DFragmentManager.java700 ArrayList<BackStackRecord> mBackStackIndices; field in FragmentManagerImpl
1055 if (mBackStackIndices != null) { in dump()
1056 N = mBackStackIndices.size(); in dump()
1944 if (mBackStackIndices == null) { in allocBackStackIndex()
1949 mBackStackIndices.add(bse); in allocBackStackIndex()
1955 mBackStackIndices.set(index, bse); in allocBackStackIndex()
1963 if (mBackStackIndices == null) { in setBackStackIndex()
1966 int N = mBackStackIndices.size(); in setBackStackIndex()
1972 mBackStackIndices.add(null); in setBackStackIndex()
1981 mBackStackIndices.add(bse); in setBackStackIndex()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt5185 Landroid/app/FragmentManagerImpl;->mBackStackIndices:Ljava/util/ArrayList;