Searched refs:mWindowTitle (Results 1 – 1 of 1) sorted by relevance
54 private String mWindowTitle = null; field in ScrollCaptureResponse107 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()152 return mWindowTitle; in getWindowTitle()174 "windowTitle = " + mWindowTitle + ", " + in toString()189 if (mWindowTitle != null) flg |= 0x10; in writeToParcel()195 if (mWindowTitle != null) dest.writeString(mWindowTitle); in writeToParcel()225 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()258 private @Nullable String mWindowTitle; field in ScrollCaptureResponse.Builder317 mWindowTitle = value; in setWindowTitle()358 mWindowTitle = null; in build()[all …]