Home
last modified time | relevance | path

Searched refs:attemptedDeletes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/common/
DAdServicesAppsearchDeleteJob.java202 int attemptedDeletes = sharedPreferences in deleteAppsearchData() local
204 editor.putInt(SHARED_PREFS_KEY_ATTEMPTED_DELETE_COUNT, attemptedDeletes); in deleteAppsearchData()
207 + " all Appsearch dbs on attempt " + attemptedDeletes); in deleteAppsearchData()
208 if (attemptedDeletes >= maxAttempts) { in deleteAppsearchData()