Searched refs:mStorageMountedCapacity (Results 1 – 1 of 1) sorted by relevance
112 private final long mStorageMountedCapacity; field in DvrStorageStatusManager.MountedStorageStatus117 mStorageMountedCapacity = capacity; in MountedStorageStatus()121 return mStorageMounted && mStorageMountedCapacity >= MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES; in isValidForDvr()132 && mStorageMountedCapacity == status.mStorageMountedCapacity; in equals()252 if (status.mStorageMountedCapacity < MIN_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()