Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java93 private final AsyncResultHolder<AppWorkaroundsUtils> mAppWorkarounds; field in SettingsValues
203 mAppWorkarounds = new AsyncResultHolder<>(); in SettingsValues()
207 mAppWorkarounds.set(new AppWorkaroundsUtils(packageInfo)); in SettingsValues()
209 new TargetPackageInfoGetterTask(context, mAppWorkarounds) in SettingsValues()
274 = mAppWorkarounds.get(null, TIMEOUT_TO_GET_TARGET_PACKAGE); in isBeforeJellyBean()
280 = mAppWorkarounds.get(null, TIMEOUT_TO_GET_TARGET_PACKAGE); in isBrokenByRecorrection()
416 final AppWorkaroundsUtils awu = mAppWorkarounds.get(null, 0); in dump()