Searched refs:mAllowFragmentCommits (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
H A DBaseActivity.java74 private boolean mAllowFragmentCommits = true; field in class:BaseActivity
109 mAllowFragmentCommits = true;
117 mAllowFragmentCommits = false;
128 if (mAllowFragmentCommits) {
151 if (mAllowFragmentCommits) {
430 return mAllowFragmentCommits;

Completed in 26 milliseconds