Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java87 private int[] mDeletedFileCountsBypassingDatabase = new int[FileColumns.MEDIA_TYPE_COUNT]; field in LocalCallingIdentity
626 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()