Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java286 this(buildDummyResolveInfo(packageName, className, label), false /* isAuxIme */, in InputMethodInfo()
322 private static ResolveInfo buildDummyResolveInfo(String packageName, String className, in buildDummyResolveInfo() method in InputMethodInfo