Searched refs:getInternalSubDir (Results 1 – 1 of 1) sorted by relevance
184 final String ceSubDirPath = ceSubDirs.getInternalSubDir(subDirName, /*fullPath=*/ true); in getInternalStorageDirInfo()185 final String deSubDirPath = deSubDirs.getInternalSubDir(subDirName, /*fullPath=*/ true); in getInternalStorageDirInfo()208 ceSubDirs.getInternalSubDir(internalSubDirNames.get(i), /*fullPath=*/ true); in getInternalStorageDirInfo()210 deSubDirs.getInternalSubDir(internalSubDirNames.get(i), /*fullPath=*/ true); in getInternalStorageDirInfo()555 public String getInternalSubDir(String subDirName, boolean fullPath) { in getInternalSubDir() method in SdkSandboxStorageManager.SubDirectories