Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java194 String rootPath; in getRecordingRootDataDirectory() local
196 rootPath = root != null ? root.getCanonicalPath() : null; in getRecordingRootDataDirectory()
200 return rootPath == null ? null : new File(rootPath + RECORDING_DATA_SUB_PATH); in getRecordingRootDataDirectory()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DMediaSetSource.java99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local
100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()