Searched refs:windowTitle (Results 1 – 4 of 4) sorted by relevance
28 public final String windowTitle; field in KeyInterceptionInfo33 windowTitle = title; in KeyInterceptionInfo()
99 @Nullable String windowTitle, in ScrollCaptureResponse() argument107 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()215 String windowTitle = (flg & 0x10) == 0 ? null : in.readString(); in ScrollCaptureResponse() local225 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()
5867 || mKeyInterceptionInfo.windowTitle != getWindowTag()) { in getKeyInterceptionInfo()
2892 final String title = info == null ? "<unknown>" : info.windowTitle;