Home
last modified time | relevance | path

Searched defs:getCurrencyKey (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DEuroCustomizer.java34 public final ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; } in getCurrencyKey() method in EuroCustomizer
H A DFrenchCustomizer.java99 public final ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in FrenchCustomizer.FrenchEuroCustomizer
H A DGermanCustomizer.java98 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in GermanCustomizer.GermanEuroCustomizer
H A DHindiCustomizer.java29 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in HindiCustomizer
H A DNepaliCustomizer.java29 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; } in getCurrencyKey() method in NepaliCustomizer
H A DSwedishCustomizer.java35 public ExpectedKey getCurrencyKey() { in getCurrencyKey() method in SwedishCustomizer
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsEnglishIN.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsEnglishIN.EnglishINCustomizer
H A DTestsHinglish.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsHinglish.HinglishCustomizer
H A DTestsPortuguesePT.java49 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsPortuguesePT.PortuguesePTCustomizer
H A DTestsSpanish.java49 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsSpanish.SpanishESCustomizer
H A DTestsTamilIN.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilIN.TamilINCustomizer
H A DTestsTamilLK.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilLK.TamilLKCustomizer
H A DTestsBengaliIN.java47 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsBengaliIN.BengaliINCustomzier
H A DTestsEnglishUK.java44 public ExpectedKey getCurrencyKey() { return CURRENCY_POUND; } in getCurrencyKey() method in TestsEnglishUK.EnglishUKCustomizer
H A DTestsFrenchDvorak.java50 public ExpectedKey getCurrencyKey() { return mFrenchEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsFrenchDvorak.FrenchDvorakCustomizer
H A DTestsVietnamese.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_DONG; } in getCurrencyKey() method in TestsVietnamese.VietnameseCustomizer
H A DTestsBengaliBD.java54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsBengaliBD.BengaliBDCustomzier
H A DTestsUkrainian.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; } in getCurrencyKey() method in TestsUkrainian.UkrainianCustomizer
H A DTestsGermanDvorak.java52 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 DMongolian.java39 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; } in getCurrencyKey() method in Mongolian.MongolianCustomizer
H A DMarathi.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Marathi.MarathiCustomizer
H A DSinhala.java47 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Sinhala.SinhalaCustomizer
H A DKhmer.java50 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; } in getCurrencyKey() method in Khmer.KhmerCustomizer
H A DMalayalam.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Malayalam.MalayalamCustomizer
H A DLao.java50 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; } in getCurrencyKey() method in Lao.LaoCustomizer

12