Searched refs:directories (Results 1 – 17 of 17) sorted by relevance
17 package com.android.dialer.searchfragment.directories;30 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory;51 private final List<Directory> directories; field in DirectoryContactsCursorLoader54 public DirectoryContactsCursorLoader(Context context, String query, List<Directory> directories) { in DirectoryContactsCursorLoader() argument63 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()
17 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() argument64 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() argument89 Directory directory = directories.get(i); in insertHeaders()
18 package com.android.dialer.searchfragment.directories;82 List<Directory> directories = new ArrayList<>(); in toDirectories() local85 directories.add( in toDirectories()91 return directories; in toDirectories()
17 package com.android.dialer.searchfragment.directories;
336 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); in scanAllPackages() local337 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() local435 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 …]
25 // 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 via95 // Information about a contact in other directories, retrieved via CP2.
63 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 NewSearchFragment208 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()
33 import com.android.dialer.searchfragment.directories.DirectoryContactViewHolder;
44 # 4096 sub-directories (in 2 levels) under the output directory of each output45 # format and will distribute the generated files over these directories.490 # If the sources in your project are distributed over multiple directories582 # The INPUT tag can be used to specify the files and/or directories that contain584 # directories like "/usr/src/myproject". Separate the files or directories597 # If the value of the INPUT tag contains directories, you can use the599 # and *.h) to filter out the source-files in the directories. If left642 # The EXCLUDE tag can be used to specify files and/or directories that should649 # directories that are symbolic links (a Unix filesystem feature) are excluded654 # If the value of the INPUT tag contains directories, you can use the[all …]
64 # directories (in 2 levels) under the output directory of each output format and65 # will distribute the generated files over these directories. Enabling this761 # The INPUT tag is used to specify the files and/or directories that contain763 # directories like /usr/src/myproject. Separate the files or directories with790 # If the value of the INPUT tag contains directories, you can use the792 # *.h) to filter out the source-files in the directories. If left blank the816 # The EXCLUDE tag can be used to specify files and/or directories that should be826 # directories that are symbolic links (a Unix file system feature) are excluded832 # If the value of the INPUT tag contains directories, you can use the834 # certain files from those directories.[all …]
3 # IMPORTANT: Do not create world writable files or directories.
63 com.android.dialer.searchfragment.directories \
49 CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority … table
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...