Searched refs:deleteCount (Results 1 – 2 of 2) sorted by relevance
80 int deleteCount = getContentResolver().delete( in clearOldPrograms() local84 if (DEBUG && deleteCount > 0) { in clearOldPrograms()85 Log.d(TAG, "Deleted " + deleteCount + " programs" in clearOldPrograms()98 int deleteCount = getContentResolver().delete( in clearOldWatchHistory() local102 if (DEBUG && deleteCount > 0) { in clearOldWatchHistory()103 Log.d(TAG, "Deleted " + deleteCount + " watched programs" in clearOldWatchHistory()142 int deleteCount = getContentResolver().delete( in clearOverflowWatchHistory() local146 if (DEBUG && deleteCount > 0) { in clearOverflowWatchHistory()147 Log.d(TAG, "Deleted " + deleteCount + " of " + totalCount + " watched programs" in clearOverflowWatchHistory()
212 int deleteCount = 0; in finish() local220 if (deleteCount > 0) { in finish()224 deleteCount++; in finish()229 if (deleteCount > 0) { in finish()