Searched refs:mLastPhotoCleanup (Results 1 – 1 of 1) sorted by relevance
1476 private long mLastPhotoCleanup = 0; field in ContactsProvider21761 if (now - mLastPhotoCleanup > PHOTO_CLEANUP_RATE_LIMIT) { in performBackgroundTask()1762 mLastPhotoCleanup = now; in performBackgroundTask()