Home
last modified time | relevance | path

Searched refs:mMountedStorageStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java84 private MountedStorageStatus mMountedStorageStatus; field in RecordingStorageStatusManager
129 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()