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