Searched refs:mDeletedFileCountsBypassingDatabase (Results 1 – 1 of 1) sorted by relevance
87 private int[] mDeletedFileCountsBypassingDatabase = new int[FileColumns.MEDIA_TYPE_COUNT]; field in LocalCallingIdentity626 mDeletedFileCountsBypassingDatabase[mediaType]++; in incrementDeletedFileCountBypassingDatabase()633 mDeletedFileCountsBypassingDatabase[i] = 0; in clearDeletedFileCountsBypassingDatabase()642 totalCount += mDeletedFileCountsBypassingDatabase[i]; in getDeletedFileTotalCountBypassingDatabase()651 if (mDeletedFileCountsBypassingDatabase[i] > 0) return true; in hasDeletedFileCount()659 return mDeletedFileCountsBypassingDatabase; in getDeletedFileCountsBypassingDatabase()