Searched refs:mStorageMountedCapacity (Results 1 – 1 of 1) sorted by relevance
84 private final long mStorageMountedCapacity; field in RecordingStorageStatusManager.MountedStorageStatus89 mStorageMountedCapacity = capacity; in MountedStorageStatus()93 return mStorageMounted && mStorageMountedCapacity >= MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES; in isValidForDvr()104 && mStorageMountedCapacity == status.mStorageMountedCapacity; in equals()210 if (status.mStorageMountedCapacity < MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()