Searched refs:KEY_DELETION_IN_PROGRESS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java96 private static final String KEY_DELETION_IN_PROGRESS = "deletionInProgress"; field in class:DefaultContactBrowseListFragment
676 if (savedInstanceState.getBoolean(KEY_DELETION_IN_PROGRESS)) {
1212 outState.putBoolean(KEY_DELETION_IN_PROGRESS, mIsDeletionInProgress);

Completed in 63 milliseconds