Home
last modified time | relevance | path

Searched refs:dumpDictionaryForDebug (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryDumpBroadcastReceiver.java47 mLatinIme.dumpDictionaryForDebug(dictName); in onReceive()
H A DDictionaryFacilitator.java173 void dumpDictionaryForDebug(final String dictName); in dumpDictionaryForDebug() method
H A DDictionaryFacilitatorImpl.java711 public void dumpDictionaryForDebug(final String dictName) { in dumpDictionaryForDebug() method in DictionaryFacilitatorImpl
H A DLatinIME.java1954 public void dumpDictionaryForDebug(final String dictName) { in dumpDictionaryForDebug() method in LatinIME
1958 mDictionaryFacilitator.dumpDictionaryForDebug(dictName); in dumpDictionaryForDebug()