Searched refs:IMPORT_ONGOING_PREFERENCE_KEY (Results 1 – 2 of 2) sorted by relevance
49 private static final String IMPORT_ONGOING_PREFERENCE_KEY = "import_ongoing_key"; field in ExportImportSettingsStorage137 IMPORT_ONGOING_PREFERENCE_KEY, String.valueOf(importOngoing)); in setImportOngoing()151 Boolean.parseBoolean(prefHelper.getPreference(IMPORT_ONGOING_PREFERENCE_KEY)); in getImportStatus()
44 private static final String IMPORT_ONGOING_PREFERENCE_KEY = "import_ongoing_key"; field in ExportImportSettingsStorageTest127 assertThat(mFakePreferenceHelper.getPreference(IMPORT_ONGOING_PREFERENCE_KEY)) in testConfigure_importStatus()133 assertThat(mFakePreferenceHelper.getPreference(IMPORT_ONGOING_PREFERENCE_KEY)) in testConfigure_importStatus()