Searched refs:mIsRecreatedInstance (Results 1 – 3 of 3) sorted by relevance
126 private boolean mIsRecreatedInstance; field in DefaultContactBrowseListFragment171 if (!mIsRecreatedInstance) {476 mIsRecreatedInstance = (savedState != null); in onCreate()482 final ContactListFilter filter = mIsRecreatedInstance in onCreate()699 if (mFromOnNewIntent || !mIsRecreatedInstance) { in configureFragment()
173 private boolean mIsRecreatedInstance; field in PeopleActivity404 mIsRecreatedInstance = (savedState != null); in onCreate()406 if (mIsRecreatedInstance) { in onCreate()553 if (mShouldSwitchToGroupView && !mIsRecreatedInstance) { in createViewsAndFragments()
256 private boolean mIsRecreatedInstance; field in QuickContactActivity623 mIsRecreatedInstance = savedInstanceState != null; in onCreate()624 if (mIsRecreatedInstance) { in onCreate()861 mShouldLog = !mIsRecreatedInstance; in processIntent()2095 if (!mIsRecreatedInstance && !mShortcutUsageReported && data != null) {