Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodPrivilegedOperations.java221 final Completable.Void value = Completable.createVoid(); in setInputMethod()
244 final Completable.Void value = Completable.createVoid(); in setInputMethodAndSubtype()
266 final Completable.Void value = Completable.createVoid(); in hideMySoftInput()
288 final Completable.Void value = Completable.createVoid(); in showMySoftInput()
DCompletable.java456 public static Completable.Void createVoid() { in createVoid() method in Completable