Home
last modified time | relevance | path

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

12

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

12