Searched refs:KEY_IS_USER_PROFILE (Results 1 – 1 of 1) sorted by relevance
137 private static final String KEY_IS_USER_PROFILE = "isUserProfile"; field in ContactEditorBaseFragment507 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE); in onCreate()632 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile); in onSaveInstanceState()