Searched refs:mMountedStorageStatus (Results 1 – 1 of 1) sorted by relevance
84 private MountedStorageStatus mMountedStorageStatus; field in RecordingStorageStatusManager129 if (mMountedStorageStatus.equals(result)) { in onReceive()132 mMountedStorageStatus = result; in onReceive()155 mMountedStorageStatus = getStorageStatusInternal(); in RecordingStorageStatusManager()156 mStorageValid = mMountedStorageStatus.isValidForDvr(); in RecordingStorageStatusManager()183 return mMountedStorageStatus.mStorageMounted; in isStorageMounted()190 if (mMountedStorageStatus.mStorageMountedDir == null) { in getRecordingRootDataDirectory()210 MountedStorageStatus status = mMountedStorageStatus; in getDvrStorageStatus()