/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | CommonNicknameCache.java | 105 String[] clusters = null; in getCommonNicknameClusters() local 112 clusters = ref.get(); in getCommonNicknameClusters() 116 if (clusters == null) { in getCommonNicknameClusters() 117 clusters = loadNicknameClusters(normalizedName); in getCommonNicknameClusters() 118 ref = clusters == null ? null : new SoftReference<String[]>(clusters); in getCommonNicknameClusters() 123 return clusters; in getCommonNicknameClusters() 137 String[] clusters = null; in loadNicknameClusters() local 144 clusters = new String[count]; in loadNicknameClusters() 147 clusters[i] = cursor.getString(NicknameLookupQuery.CLUSTER); in loadNicknameClusters() 153 return clusters; in loadNicknameClusters()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | NameLookupBuilder.java | 305 String[] clusters = mNicknameClusters[i]; in insertNicknamePermutations() local 306 if (clusters != null) { in insertNicknamePermutations() 308 for (int j = 0; j < clusters.length; j++) { in insertNicknamePermutations() 309 mNames[i] = clusters[j]; in insertNicknamePermutations()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocationClustering.java | 99 ArrayList<ArrayList<SmallItem>> clusters = new ArrayList<ArrayList<SmallItem>>(); in run() local 110 clusters.add(new ArrayList<SmallItem>()); in run() 114 clusters.get(index[i]).add(withLatLong.get(i)); in run() 122 for (ArrayList<SmallItem> cluster : clusters) { in run()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | de_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | es_wordlist.combined.gz |
|