Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputConnectionProtoDumper.java92 public static byte[] buildGetTextBeforeCursorProto(@IntRange(from = 0) int length, in buildGetTextBeforeCursorProto() method in InputConnectionProtoDumper
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DRemoteInputConnection.java172 final byte[] icProto = InputConnectionProtoDumper.buildGetTextBeforeCursorProto(length, in getTextBeforeCursor()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java24 …t static com.android.internal.inputmethod.InputConnectionProtoDumper.buildGetTextBeforeCursorProto;
549 }, useImeTracing() ? result -> buildGetTextBeforeCursorProto(length, flags, result) : null); in getTextBeforeCursor()