Searched defs:windowTitle (Results 1 – 2 of 2) sorted by relevance
28 public final String windowTitle; field in KeyInterceptionInfo
99 @Nullable String windowTitle, in ScrollCaptureResponse()215 String windowTitle = (flg & 0x10) == 0 ? null : in.readString(); in ScrollCaptureResponse() local