Home
last modified time | relevance | path

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

/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/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java336 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); in scanAllPackages() local
337 if (directories != null && !directories.isEmpty()) { in scanAllPackages()
338 count += directories.size(); in scanAllPackages()
341 for (DirectoryInfo info : directories) { in scanAllPackages()
429 ArrayList<DirectoryInfo> directories = Lists.newArrayList(); in updateDirectoriesForPackage() local
435 queryDirectoriesForAuthority(directories, provider); in updateDirectoriesForPackage()
440 if (directories.size() == 0 && initialScan) { in updateDirectoriesForPackage()
447 updateDirectories(db, directories); in updateDirectoriesForPackage()
450 if (!directories.isEmpty()) { in updateDirectoriesForPackage()
452 for (DirectoryInfo info: directories) { in updateDirectoriesForPackage()
[all …]
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto26 // For a contact in other directories:
32 // For a contact in other directories:
38 // For a contact in other directories:
44 // For a contact in other directories:
50 // For a contact in other directories:
58 // For a contact in other directories:
65 // For a contact in other directories:
73 // For a contact in other directories: always false.
74 // This is because we lookup contacts in other directories via
96 // Information about a contact in other directories, retrieved via CP2.
/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/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/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in64 # directories (in 2 levels) under the output directory of each output format and
65 # will distribute the generated files over these directories. Enabling this
761 # The INPUT tag is used to specify the files and/or directories that contain
763 # directories like /usr/src/myproject. Separate the files or directories with
790 # If the value of the INPUT tag contains directories, you can use the
792 # *.h) to filter out the source-files in the directories. If left blank the
816 # The EXCLUDE tag can be used to specify files and/or directories that should be
826 # directories that are symbolic links (a Unix file system feature) are excluded
832 # If the value of the INPUT tag contains directories, you can use the
834 # certain files from those directories.
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DREADME1 Unified email directories
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/imap/
DREADME1 Unified email directories
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/pop/
DREADME1 Unified email directories
/packages/services/Car/car_product/init/
Dinit.bootstat.rc3 # IMPORTANT: Do not create world writable files or directories.
/packages/apps/Dialer/
Dpackages.mk63 com.android.dialer.searchfragment.directories \
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql49 CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority … table
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz