Home
last modified time | relevance | path

Searched refs:DictionaryPackInstallBroadcastReceiver (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java44 public final class DictionaryPackInstallBroadcastReceiver extends BroadcastReceiver { class
45 private static final String TAG = DictionaryPackInstallBroadcastReceiver.class.getSimpleName();
49 public DictionaryPackInstallBroadcastReceiver() { in DictionaryPackInstallBroadcastReceiver() method in DictionaryPackInstallBroadcastReceiver
58 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) { in DictionaryPackInstallBroadcastReceiver() method in DictionaryPackInstallBroadcastReceiver
H A DLatinIME.java176 new DictionaryPackInstallBroadcastReceiver(this);