Searched refs:mStorageMountedCapacity (Results 1 – 1 of 1) sorted by relevance
90 private final long mStorageMountedCapacity; field in RecordingStorageStatusManager.MountedStorageStatus95 mStorageMountedCapacity = capacity; in MountedStorageStatus()99 return mStorageMounted && mStorageMountedCapacity >= MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES; in isValidForDvr()110 && mStorageMountedCapacity == status.mStorageMountedCapacity; in equals()217 if (status.mStorageMountedCapacity < MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()