Searched refs:SAVE_REMOVING_USER (Results 1 – 1 of 1) sorted by relevance
110 private static final String SAVE_REMOVING_USER = "removing_user"; field in UserSettings270 if (icicle.containsKey(SAVE_REMOVING_USER)) { in onCreate()271 mRemovingUserId = icicle.getInt(SAVE_REMOVING_USER); in onCreate()346 outState.putInt(SAVE_REMOVING_USER, mRemovingUserId); in onSaveInstanceState()