Searched refs:InProcIme (Results 1 – 2 of 2) sorted by relevance
27 public final class InProcIme extends InputMethodService { class29 private static AtomicReference<InProcIme> sInstance = new AtomicReference<>();47 public static InProcIme getInstance() { in getInstance()
36 import android.view.inputmethod.cts.inprocime.InProcIme;68 InProcIme.class.getName()).flattenToShortString(); in enableInProcIme()108 () -> InProcIme.getInstance() == null); in testOnUpdateSelectionForInProcessIme()133 () -> InProcIme.getInstance() != null); in testOnUpdateSelectionForInProcessIme()134 final InProcIme inProcIme = InProcIme.getInstance(); in testOnUpdateSelectionForInProcessIme()