HomeSort by relevance Sort by last modified time
    Searched defs:getCurrencyKey (Results 1 - 25 of 26) sorted by null

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Mongolian.java 41 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; }
Malayalam.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
NepaliRomanized.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; }
Sinhala.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Hindi.java 54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Kannada.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Khmer.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; }
Lao.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; }
Telugu.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Thai.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_BAHT; }
Farsi.java 52 public ExpectedKey getCurrencyKey() { return CURRENCY_RIAL; }
Hebrew.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEW_SHEQEL; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsBengaliIN.java 44 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsEnglishIN.java 44 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsEnglishUK.java 43 public ExpectedKey getCurrencyKey() { return CURRENCY_POUND; }
TestsFrench.java 48 public final ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); }
TestsFrenchDvorak.java 50 public ExpectedKey getCurrencyKey() { return mFrenchEuroCustomizer.getCurrencyKey(); }
TestsGerman.java 48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); }
TestsPortuguesePT.java 48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); }
TestsSpanish.java 48 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); }
TestsTamilIN.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsTamilLK.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsVietnamese.java 48 public ExpectedKey getCurrencyKey() { return CURRENCY_DONG; }
TestsGermanDvorak.java 51 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; }
TestsUkrainian.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; }

Completed in 1045 milliseconds

1 2