Searched refs:KEY_DELETION_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
99 private static final String KEY_DELETION_IN_PROGRESS = "deletionInProgress"; field in DefaultContactBrowseListFragment679 if (savedInstanceState.getBoolean(KEY_DELETION_IN_PROGRESS)) { in onActivityCreated()1219 outState.putBoolean(KEY_DELETION_IN_PROGRESS, mIsDeletionInProgress); in onSaveInstanceState()