Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java80 int deleteCount = getContentResolver().delete( in clearOldPrograms() local
84 if (DEBUG && deleteCount > 0) { in clearOldPrograms()
85 Log.d(TAG, "Deleted " + deleteCount + " programs" in clearOldPrograms()
98 int deleteCount = getContentResolver().delete( in clearOldWatchHistory() local
102 if (DEBUG && deleteCount > 0) { in clearOldWatchHistory()
103 Log.d(TAG, "Deleted " + deleteCount + " watched programs" in clearOldWatchHistory()
142 int deleteCount = getContentResolver().delete( in clearOverflowWatchHistory() local
146 if (DEBUG && deleteCount > 0) { in clearOverflowWatchHistory()
147 Log.d(TAG, "Deleted " + deleteCount + " of " + totalCount + " watched programs" in clearOverflowWatchHistory()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java212 int deleteCount = 0; in finish() local
220 if (deleteCount > 0) { in finish()
224 deleteCount++; in finish()
229 if (deleteCount > 0) { in finish()