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