Searched refs:rootPath (Results 1 – 2 of 2) sorted by relevance
194 String rootPath; in getRecordingRootDataDirectory() local196 rootPath = root != null ? root.getCanonicalPath() : null; in getRecordingRootDataDirectory()200 return rootPath == null ? null : new File(rootPath + RECORDING_DATA_SUB_PATH); in getRecordingRootDataDirectory()
99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL); in monitorRootPath() local100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath); in monitorRootPath()