Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/imetracing/
H A DInputConnectionHelper.java119 public static ProtoOutputStream buildGetSelectedTextProto(int flags, in buildGetSelectedTextProto() method in InputConnectionHelper
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java158 ProtoOutputStream icProto = InputConnectionHelper.buildGetSelectedTextProto(flags, in getSelectedText()
H A DIInputConnectionWrapper.java429 icProto = InputConnectionHelper.buildGetSelectedTextProto(msg.arg1, result); in executeMessage()