/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | UserDictionaryProvider.java | 93 sDictProjectionMap.put(Words.LOCALE, Words.LOCALE); in sDictProjectionMap.put() argument 119 + Words.LOCALE + " TEXT," in onCreate() 236 if (!values.containsKey(Words.LOCALE)) { in insert() 237 values.put(Words.LOCALE, (String) null); in insert()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | TestsGreek.java | 31 private static final Locale LOCALE = new Locale("el"); field in TestsGreek 32 private static final LayoutBase LAYOUT = new Greek(LOCALE);
|
D | TestsArabic.java | 31 private static final Locale LOCALE = new Locale("ar"); field in TestsArabic 32 private static final LayoutBase LAYOUT = new Arabic(LOCALE);
|
D | TestsBulgarianBds.java | 31 private static final Locale LOCALE = new Locale("bg"); field in TestsBulgarianBds 32 private static final LayoutBase LAYOUT = new BulgarianBds(LOCALE);
|
D | TestsHindiCompact.java | 31 private static final Locale LOCALE = new Locale("hi"); field in TestsHindiCompact 32 private static final LayoutBase LAYOUT = new HindiCompact(LOCALE);
|
D | TestsGeorgianGE.java | 31 private static final Locale LOCALE = new Locale("ka", "GE"); field in TestsGeorgianGE 32 private static final LayoutBase LAYOUT = new Georgian(LOCALE);
|
D | TestsArmenianAMPhonetic.java | 31 private static final Locale LOCALE = new Locale("hy", "AM"); field in TestsArmenianAMPhonetic 32 private static final LayoutBase LAYOUT = new ArmenianPhonetic(LOCALE);
|
D | TestsTeluguIN.java | 31 private static final Locale LOCALE = new Locale("te", "IN"); field in TestsTeluguIN 32 private static final LayoutBase LAYOUT = new Telugu(LOCALE);
|
D | TestsKhmerKH.java | 31 private static final Locale LOCALE = new Locale("km", "KH"); field in TestsKhmerKH 32 private static final LayoutBase LAYOUT = new Khmer(LOCALE);
|
D | TestsThai.java | 31 private static final Locale LOCALE = new Locale("th"); field in TestsThai 32 private static final LayoutBase LAYOUT = new Thai(LOCALE);
|
D | TestsPersian.java | 31 private static final Locale LOCALE = new Locale("fa"); field in TestsPersian 32 private static final LayoutBase LAYOUT = new Farsi(LOCALE);
|
D | TestsMongolianMN.java | 31 private static final Locale LOCALE = new Locale("mn", "MN"); field in TestsMongolianMN 32 private static final LayoutBase LAYOUT = new Mongolian(LOCALE);
|
D | TestsMarathiIN.java | 31 private static final Locale LOCALE = new Locale("mr", "IN"); field in TestsMarathiIN 32 private static final LayoutBase LAYOUT = new Marathi(LOCALE);
|
D | TestsNepaliTraditional.java | 31 private static final Locale LOCALE = new Locale("ne", "NP"); field in TestsNepaliTraditional 32 private static final LayoutBase LAYOUT = new NepaliTraditional(LOCALE);
|
D | TestsMalayalamIN.java | 31 private static final Locale LOCALE = new Locale("ml", "IN"); field in TestsMalayalamIN 32 private static final LayoutBase LAYOUT = new Malayalam(LOCALE);
|
D | TestsKannadaIN.java | 31 private static final Locale LOCALE = new Locale("kn", "IN"); field in TestsKannadaIN 32 private static final LayoutBase LAYOUT = new Kannada(LOCALE);
|
D | TestsSinhalaLK.java | 31 private static final Locale LOCALE = new Locale("si", "LK"); field in TestsSinhalaLK 32 private static final LayoutBase LAYOUT = new Sinhala(LOCALE);
|
D | TestsHebrew.java | 31 private static final Locale LOCALE = new Locale("iw"); field in TestsHebrew 32 private static final LayoutBase LAYOUT = new Hebrew(LOCALE);
|
D | TestsLaoLA.java | 31 private static final Locale LOCALE = new Locale("lo", "LA"); field in TestsLaoLA 32 private static final LayoutBase LAYOUT = new Lao(LOCALE);
|
D | TestsBulgarian.java | 31 private static final Locale LOCALE = new Locale("bg"); field in TestsBulgarian 32 private static final LayoutBase LAYOUT = new Bulgarian(LOCALE);
|
D | TestsNepaliRomanized.java | 31 private static final Locale LOCALE = new Locale("ne", "NP"); field in TestsNepaliRomanized 32 private static final LayoutBase LAYOUT = new NepaliRomanized(LOCALE);
|
D | TestsIndonesian.java | 32 private static final Locale LOCALE = new Locale("in"); field in TestsIndonesian 33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
|
D | TestsMalayMY.java | 32 private static final Locale LOCALE = new Locale("ms", "MY"); field in TestsMalayMY 33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
|
D | TestsGerman.java | 32 private static final Locale LOCALE = new Locale("de"); field in TestsGerman 33 private static final LayoutBase LAYOUT = new Qwertz(new GermanEuroCustomizer(LOCALE));
|
D | TestsFrenchCA.java | 32 private static final Locale LOCALE = new Locale("fr", "CA"); field in TestsFrenchCA 33 private static final LayoutBase LAYOUT = new Qwerty(new FrenchCustomizer(LOCALE));
|