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