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

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsFrench.java 48 public final ExpectedKey getCurrencyKey() { return mEuroCustomizer.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(); }
TestsFrenchDvorak.java 50 public ExpectedKey getCurrencyKey() { return mFrenchEuroCustomizer.getCurrencyKey(); }
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; }
TestsGermanDvorak.java 51 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; }
TestsTamilIN.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsTamilLK.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
TestsUkrainian.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_HRYVNIA; }
TestsVietnamese.java 48 public ExpectedKey getCurrencyKey() { return CURRENCY_DONG; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Mongolian.java 41 public ExpectedKey getCurrencyKey() { return CURRENCY_TUGRIK; }
Lao.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; }
Malayalam.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Sinhala.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Hebrew.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEW_SHEQEL; }
Kannada.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Khmer.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; }
NepaliRomanized.java 46 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; }
Telugu.java 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
Thai.java 49 public ExpectedKey getCurrencyKey() { return CURRENCY_BAHT; }
Hindi.java 54 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; }
LayoutBase.java 95 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_DOLLAR; }
218 public final ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_EURO; }

Completed in 232 milliseconds

1 2