Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPublicVolumeTest.java98 private boolean containsDefaultFolders(String rootPath) { in containsDefaultFolders() argument
100 final File defaultFolder = new File(rootPath, dirName); in containsDefaultFolders()
108 private boolean pollContainsDefaultFolders(String rootPath) { in pollContainsDefaultFolders() argument
114 if (containsDefaultFolders(rootPath)) { in pollContainsDefaultFolders()
/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()
/packages/services/Car/cpp/watchdog/server/tests/
DUidProcStatsCollectorTest.cpp122 bool isSmapsRollupSupported(std::string rootPath) { in isSmapsRollupSupported() argument
123 std::string path = StringPrintf((rootPath + kSmapsRollupFileFormat).c_str(), 1); in isSmapsRollupSupported()
/packages/services/Car/cpp/watchdog/stable_server/tests/
DUidProcStatsCollectorTest.cpp122 bool isSmapsRollupSupported(std::string rootPath) { in isSmapsRollupSupported() argument
123 std::string path = StringPrintf((rootPath + kSmapsRollupFileFormat).c_str(), 1); in isSmapsRollupSupported()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java1424 private void enforceValidCallLogPath(Path rootPath, Path pathToCheck, String callingMethod){ in enforceValidCallLogPath() argument
1425 if (!FileUtilities.isSameOrSubDirectory(rootPath.toFile(), pathToCheck.toFile())) { in enforceValidCallLogPath()