Searched defs:paths (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java290 void eraseFiles(File[] paths) { argument
291 for (File path : paths) {
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java188 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) { argument
189 mPaths = paths;
225 * @param paths Array of paths to be scanned.
233 public static void scanFile(Context context, String[] paths, String[] mimeTypes, argument
235 ClientProxy client = new ClientProxy(paths, mimeTypes, callback);
/frameworks/base/core/java/android/os/
H A DFileUtils.java584 public static String[] rewriteAfterRename(File beforeDir, File afterDir, String[] paths) { argument
585 if (paths == null) return null;
586 final String[] result = new String[paths.length];
587 for (int i = 0; i < paths.length; i++) {
588 result[i] = rewriteAfterRename(beforeDir, afterDir, paths[i]);
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp395 std::vector<std::string> paths = android::base::Split(pathstr, ":"); local
396 for (const auto& path : paths) {
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java121 * least the number of paths in the gesture to prevent going out of bounds
143 private static long getTotalDuration(List<StrokeDescription> paths) { argument
145 for (int i = 0; i < paths.size(); i++) {
146 StrokeDescription path = paths.get(i);
161 * {@link GestureDescription#getMaxStrokeCount()} paths may be
202 // The tap location is only set for zero-length paths
235 // Treat zero-length paths as taps
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java698 * the input array of paths is null.
701 public final int[] addAssetPaths(String[] paths) { argument
702 if (paths == null) {
706 int[] cookies = new int[paths.length];
707 for (int i = 0; i < paths.length; i++) {
708 cookies[i] = addAssetPath(paths[i]);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp208 // new paths are always added at the end
298 const String8 paths[2] = { String8(targetApkPath), String8(overlayApkPath) }; local
304 ap.path = paths[i];
475 * To find a particular file, we have to try up to eight paths with
479 * with illegal characters or "../" backward relative paths.
H A DResourceTypes.cpp6694 const char* paths[] = { targetPath, overlayPath }; local
6697 const char* path = paths[j];
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java578 // Tracks available target package names -> overlay package paths.
2337 // Set flag to monitor and not change apk file paths when
2659 // the correct library paths.
7944 // DELETE_DATA_ON_FAILURES is only used by frozen paths
8004 // Bail out. The resource and code paths haven't been set.
8006 "Code and resource paths haven't been set correctly");
8127 + " and requiring known paths " + known.codePathString
8291 // library paths after the scan is done.
8406 // Get all of our default paths setup
8434 // Set native library paths agai
12580 calculateDirectorySize(IMediaContainerService mcs, File[] paths) argument
12589 clearDirectory(IMediaContainerService mcs, File[] paths) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... static transient void setLibrarySearchPaths (java.lang.String[]) String[] paths static synthetic java.lang.String access$000 ...

Completed in 3826 milliseconds