/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/ |
H A D | EuroCustomizer.java | 34 public final ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; } in getCurrencyKey() method in EuroCustomizer
|
H A D | FrenchCustomizer.java | 99 public final ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in FrenchCustomizer.FrenchEuroCustomizer
|
H A D | GermanCustomizer.java | 98 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in GermanCustomizer.GermanEuroCustomizer
|
H A D | HindiCustomizer.java | 29 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in HindiCustomizer
|
H A D | NepaliCustomizer.java | 29 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; } in getCurrencyKey() method in NepaliCustomizer
|
H A D | SwedishCustomizer.java | 35 public ExpectedKey getCurrencyKey() { in getCurrencyKey() method in SwedishCustomizer
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
H A D | TestsEnglishIN.java | 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsEnglishIN.EnglishINCustomizer
|
H A D | TestsHinglish.java | 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsHinglish.HinglishCustomizer
|
H A D | TestsPortuguesePT.java | 49 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsPortuguesePT.PortuguesePTCustomizer
|
H A D | TestsSpanish.java | 49 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsSpanish.SpanishESCustomizer
|
H A D | TestsTamilIN.java | 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilIN.TamilINCustomizer
|
H A D | TestsTamilLK.java | 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilLK.TamilLKCustomizer
|
H A D | TestsBengaliIN.java | 47 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsBengaliIN.BengaliINCustomzier
|
H A D | TestsEnglishUK.java | 44 public ExpectedKey getCurrencyKey() { return CURRENCY_POUND; } in getCurrencyKey() method in TestsEnglishUK.EnglishUKCustomizer
|
H A D | TestsFrenchDvorak.java | 50 public ExpectedKey getCurrencyKey() { return mFrenchEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsFrenchDvorak.FrenchDvorakCustomizer
|
H A D | TestsVietnamese.java | 46 public ExpectedKey getCurrencyKey() { return CURRENCY_DONG; } in getCurrencyKey() method in TestsVietnamese.VietnameseCustomizer
|
H A D | TestsBengaliBD.java | 54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsBengaliBD.BengaliBDCustomzier
|
H A D | TestsUkrainian.java | 46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; } in getCurrencyKey() method in TestsUkrainian.UkrainianCustomizer
|
H A D | TestsGermanDvorak.java | 52 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; } in getCurrencyKey() method in TestsGermanDvorak.GermanDvorakCustomizer
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
H A D | Mongolian.java | 39 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; } in getCurrencyKey() method in Mongolian.MongolianCustomizer
|
H A D | Marathi.java | 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Marathi.MarathiCustomizer
|
H A D | Sinhala.java | 47 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Sinhala.SinhalaCustomizer
|
H A D | Khmer.java | 50 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; } in getCurrencyKey() method in Khmer.KhmerCustomizer
|
H A D | Malayalam.java | 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Malayalam.MalayalamCustomizer
|
H A D | Lao.java | 50 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; } in getCurrencyKey() method in Lao.LaoCustomizer
|