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