Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsBengaliIN.java44 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsBengaliIN.BengaliINCustomzier
DTestsFrench.java48 public final ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsFrench.FrenchEuroCustomizer
DTestsTamilIN.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilIN.TamilINCustomizer
DTestsTamilLK.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsTamilLK.TamilLKCustomizer
DTestsGerman.java48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsGerman.GermanEuroCustomizer
DTestsPortuguesePT.java48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsPortuguesePT.PortuguesePTCustomizer
DTestsSpanish.java48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsSpanish.SpanishESCustomizer
DTestsEnglishIN.java44 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in TestsEnglishIN.EnglishINCustomizer
DTestsEnglishUK.java43 public ExpectedKey getCurrencyKey() { return CURRENCY_POUND; } in getCurrencyKey() method in TestsEnglishUK.EnglishUKCustomizer
DTestsFrenchDvorak.java50 public ExpectedKey getCurrencyKey() { return mFrenchEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() method in TestsFrenchDvorak.FrenchDvorakCustomizer
DTestsVietnamese.java48 public ExpectedKey getCurrencyKey() { return CURRENCY_DONG; } in getCurrencyKey() method in TestsVietnamese.VietnameseCustomizer
DTestsUkrainian.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; } in getCurrencyKey() method in TestsUkrainian.UkrainianCustomizer
DTestsGermanDvorak.java51 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; } in getCurrencyKey() method in TestsGermanDvorak.GermanDvorakCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DMongolian.java41 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; } in getCurrencyKey() method in Mongolian.MongolianMNCustomizer
DNepaliRomanized.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; } in getCurrencyKey() method in NepaliRomanized.NepaliRomanizedCustomizer
DSinhala.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Sinhala.SinhalaCustomizer
DKhmer.java49 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; } in getCurrencyKey() method in Khmer.KhmerCustomizer
DMalayalam.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Malayalam.MalayalamCustomizer
DLao.java49 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; } in getCurrencyKey() method in Lao.LaoCustomizer
DKannada.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Kannada.KannadaCustomizer
DTelugu.java45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Telugu.TeluguCustomizer
DThai.java49 public ExpectedKey getCurrencyKey() { return CURRENCY_BAHT; } in getCurrencyKey() method in Thai.ThaiCustomizer
DHindi.java54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() method in Hindi.HindiCustomizer
DHebrew.java46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEW_SHEQEL; } in getCurrencyKey() method in Hebrew.HebrewCustomizer
DLayoutBase.java95 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_DOLLAR; } in getCurrencyKey() method in LayoutBase.LayoutCustomizer
218 public final ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; } in getCurrencyKey() method in LayoutBase.EuroCustomizer

12