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

12

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

Completed in 160 milliseconds

12