Home
last modified time | relevance | path

Searched refs:directories (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DDirectoryContactsCursorLoader.java17 package com.android.dialer.searchfragment.directories;
30 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory;
51 private final List<Directory> directories; field in DirectoryContactsCursorLoader
54 public DirectoryContactsCursorLoader(Context context, String query, List<Directory> directories) { in DirectoryContactsCursorLoader() argument
63 this.directories = new ArrayList<>(directories); in DirectoryContactsCursorLoader()
64 cursors = new Cursor[directories.size()]; in DirectoryContactsCursorLoader()
69 for (int i = 0; i < directories.size(); i++) { in loadInBackground()
70 Directory directory = directories.get(i); in loadInBackground()
98 return DirectoryContactsCursor.newInstance(getContext(), cursors, directories); in loadInBackground()
DDirectoryContactsCursor.java17 package com.android.dialer.searchfragment.directories;
28 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory;
62 Context context, Cursor[] cursors, List<Directory> directories) { in newInstance() argument
64 cursors.length == directories.size(), in newInstance()
66 directories.size(), in newInstance()
68 Cursor[] cursorsWithHeaders = insertHeaders(context, cursors, directories); in newInstance()
80 Context context, Cursor[] cursors, List<Directory> directories) { in insertHeaders() argument
89 Directory directory = directories.get(i); in insertHeaders()
DDirectoriesCursorLoader.java18 package com.android.dialer.searchfragment.directories;
82 List<Directory> directories = new ArrayList<>(); in toDirectories() local
85 directories.add( in toDirectories()
91 return directories; in toDirectories()
DDirectoryContactViewHolder.java17 package com.android.dialer.searchfragment.directories;
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto25 // For a contact in other directories:
31 // For a contact in other directories:
37 // For a contact in other directories:
43 // For a contact in other directories:
49 // For a contact in other directories:
57 // For a contact in other directories:
64 // For a contact in other directories:
72 // For a contact in other directories: always false.
73 // This is because we lookup contacts in other directories via
95 // Information about a contact in other directories, retrieved via CP2.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java338 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); in scanAllPackages() local
339 if (directories != null && !directories.isEmpty()) { in scanAllPackages()
340 count += directories.size(); in scanAllPackages()
343 for (DirectoryInfo info : directories) { in scanAllPackages()
432 ArrayList<DirectoryInfo> directories = Lists.newArrayList(); in updateDirectoriesForPackage() local
447 queryDirectoriesForAuthority(directories, provider); in updateDirectoriesForPackage()
452 if (directories.size() == 0 && initialScan) { in updateDirectoriesForPackage()
459 updateDirectories(db, directories); in updateDirectoriesForPackage()
462 if (!directories.isEmpty()) { in updateDirectoriesForPackage()
464 for (DirectoryInfo info: directories) { in updateDirectoriesForPackage()
[all …]
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DNewSearchFragment.java63 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader;
64 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory;
65 import com.android.dialer.searchfragment.directories.DirectoryContactsCursorLoader;
122 private final List<Directory> directories = new ArrayList<>(); field in NewSearchFragment
208 for (Directory directory : directories) { in onCreateLoader()
215 return new DirectoryContactsCursorLoader(getContext(), query, directories); in onCreateLoader()
240 directories.clear(); in onLoadFinished()
241 directories.addAll(DirectoriesCursorLoader.toDirectories(cursor)); in onLoadFinished()
DSearchAdapter.java33 import com.android.dialer.searchfragment.directories.DirectoryContactViewHolder;
/packages/services/Car/car_product/init/
Dinit.bootstat.rc3 # IMPORTANT: Do not create world writable files or directories.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile44 # 4096 sub-directories (in 2 levels) under the output directory of each output
45 # format and will distribute the generated files over these directories.
490 # If the sources in your project are distributed over multiple directories
582 # The INPUT tag can be used to specify the files and/or directories that contain
584 # directories like "/usr/src/myproject". Separate the files or directories
597 # If the value of the INPUT tag contains directories, you can use the
599 # and *.h) to filter out the source-files in the directories. If left
642 # The EXCLUDE tag can be used to specify files and/or directories that should
649 # directories that are symbolic links (a Unix filesystem feature) are excluded
654 # If the value of the INPUT tag contains directories, you can use the
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile44 # 4096 sub-directories (in 2 levels) under the output directory of each output
45 # format and will distribute the generated files over these directories.
490 # If the sources in your project are distributed over multiple directories
582 # The INPUT tag can be used to specify the files and/or directories that contain
584 # directories like "/usr/src/myproject". Separate the files or directories
597 # If the value of the INPUT tag contains directories, you can use the
599 # and *.h) to filter out the source-files in the directories. If left
642 # The EXCLUDE tag can be used to specify files and/or directories that should
649 # directories that are symbolic links (a Unix filesystem feature) are excluded
654 # If the value of the INPUT tag contains directories, you can use the
[all …]
/packages/modules/NeuralNetworks/
DCPPLINT.cfg17 # Don't search for additional CPPLINT.cfg in parent directories.
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
DBUILD.gn36 "-Wno-poison-system-directories",
/packages/modules/adb/
DSOCKET-ACTIVATION.txt4 systemd service directories (e.g., ~/.config/systemd/user for a user
DREADME.md98 To transfer files and directories, ADB places a smart-socket in SYNC mode and then issues SYNC comm…
/packages/modules/Bluetooth/system/gd/packet/parser/
DBUILD.gn29 "-Wno-poison-system-directories",
/packages/modules/Virtualization/microdroid/
Dinit.rc7 # IMPORTANT: Do not create world writable files or directories.
138 # Do not place files or directories in /data/local/tmp
/packages/modules/Virtualization/docs/debug/
Dgdb_kernel.md43 `packages/modules/Virtualization/microdroid/kernel/x86_64` directories.
/packages/modules/adb/docs/user/
Dadb.1.md135 &nbsp;&nbsp;&nbsp;&nbsp;Copy local files/directories to device.
260 &nbsp;&nbsp;&nbsp;&nbsp;Keep the data and cache directories.
375 &nbsp;&nbsp;&nbsp;&nbsp;Colon-separated list of keys (files or directories).
/packages/apps/ManagedProvisioning/studio-dev/development/studio/
Didea.properties106 # IDEA file chooser peeks inside directories to detect whether they contain a valid project
107 # (to mark such directories with a corresponding icon).
/packages/services/Car/car_product/car_ui_portrait/bootanimation/
DREADME14 part1 \ directories full of PNG frames
/packages/apps/Dialer/
DAndroid.bp94 "--extra-packages com.android.dialer.searchfragment.directories",
203 "java/com/android/dialer/searchfragment/directories/res",
/packages/modules/Bluetooth/system/gd/rust/linux/docs/
Dstyle_guide.md39 * Terms used within specific files or directories only may be documented in
/packages/modules/Connectivity/framework/
DAndroid.bp70 // Include directories for parcelables that are part of the stable API, and need a
/packages/modules/Bluetooth/system/gd/docs/architecture/
Dstyle_guide.md45 * When needed, filgroup() can be created in Android.bp in sub-directories. The

12