Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java84 private MountedStorageStatus mMountedStorageStatus;
87 private class MountedStorageStatus { class in RecordingStorageStatusManager
92 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) { in MountedStorageStatus() method in RecordingStorageStatusManager.MountedStorageStatus
104 if (!(other instanceof MountedStorageStatus)) { in equals()
107 MountedStorageStatus status = (MountedStorageStatus) other; in equals()
128 MountedStorageStatus result = getStorageStatusInternal(); in onReceive()
210 MountedStorageStatus status = mMountedStorageStatus; in getDvrStorageStatus()
246 private MountedStorageStatus getStorageStatusInternal() { in getStorageStatusInternal()
262 return new MountedStorageStatus(storageMounted, storageMountedDir, storageMountedCapacity); in getStorageStatusInternal()