Searched refs:mIsRecreatedInstance (Results 1 – 3 of 3) sorted by relevance
129 private boolean mIsRecreatedInstance; field in DefaultContactBrowseListFragment174 if (!mIsRecreatedInstance) {479 mIsRecreatedInstance = (savedState != null); in onCreate()485 final ContactListFilter filter = mIsRecreatedInstance in onCreate()702 if (mFromOnNewIntent || !mIsRecreatedInstance) { in configureFragment()
175 private boolean mIsRecreatedInstance; field in PeopleActivity406 mIsRecreatedInstance = (savedState != null); in onCreate()408 if (mIsRecreatedInstance) { in onCreate()560 if (mShouldSwitchToGroupView && !mIsRecreatedInstance) { in createViewsAndFragments()
257 private boolean mIsRecreatedInstance; field in QuickContactActivity624 mIsRecreatedInstance = savedInstanceState != null; in onCreate()625 if (mIsRecreatedInstance) { in onCreate()862 mShouldLog = !mIsRecreatedInstance; in processIntent()2100 if (!mIsRecreatedInstance && !mShortcutUsageReported && data != null) {