Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DReadableArchive.java121 String parentPath; in ReadableArchive() local
132 parentPath = entryPath.substring(0, delimiterIndex) + "/"; in ReadableArchive()
134 parentList = mTree.get(parentPath); in ReadableArchive()
140 final String newParentPath = parentPath; in ReadableArchive()
163 mEntries.put(parentPath, parentEntry); in ReadableArchive()
165 if (!"/".equals(parentPath)) { in ReadableArchive()
170 mTree.put(parentPath, parentList); in ReadableArchive()
/packages/modules/OnDevicePersonalization/systemservice/java/com/android/server/ondevicepersonalization/
DBooleanFileDataStore.java61 public BooleanFileDataStore(@NonNull String parentPath, @NonNull String filename) { in BooleanFileDataStore() argument
62 Objects.requireNonNull(parentPath); in BooleanFileDataStore()
64 Preconditions.checkStringNotEmpty(parentPath); in BooleanFileDataStore()
66 mAtomicFile = new AtomicFile(new File(parentPath, filename)); in BooleanFileDataStore()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/storage/
DBooleanFileDatastore.java78 String parentPath, String filename, int datastoreVersion, String versionKey) { in BooleanFileDatastore() argument
79 this(newFile(parentPath, filename), datastoreVersion, versionKey); in BooleanFileDatastore()
461 private static File newFile(String parentPath, String filename) { in newFile() argument
462 Preconditions.checkStringNotEmpty(parentPath, "parentPath must not be empty or null"); in newFile()
464 File parent = new File(parentPath); in newFile()
/packages/apps/Gallery2/src/com/android/photos/shims/
DMediaItemsLoader.java71 public MediaItemsLoader(Context context, String parentPath) { in MediaItemsLoader() argument
74 mMediaSet = mDataManager.getMediaSet(parentPath); in MediaItemsLoader()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4865 final String parentPath = new File(path).getParent(); in getParent() local
4866 if (Objects.equals("/", parentPath)) { in getParent()
4870 Long id = mDirectoryCache.get(parentPath); in getParent()
4878 FileColumns.DATA + "=?", new String[] { parentPath }, null, null, null)) { in getParent() argument
4882 id = insertDirectory(db, parentPath); in getParent()
4887 mDirectoryCache.put(parentPath, id); in getParent()
/packages/apps/TV/libs/m2/
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...