Searched refs:MountedStorageStatus (Results 1 – 1 of 1) sorted by relevance
84 private MountedStorageStatus mMountedStorageStatus;87 private class MountedStorageStatus { class in RecordingStorageStatusManager92 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) { in MountedStorageStatus() method in RecordingStorageStatusManager.MountedStorageStatus104 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()