Home
last modified time | relevance | path

Searched refs:windowTitle (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DKeyInterceptionInfo.java28 public final String windowTitle; field in KeyInterceptionInfo
33 windowTitle = title; in KeyInterceptionInfo()
/frameworks/base/core/java/android/view/
DScrollCaptureResponse.java99 @Nullable String windowTitle, in ScrollCaptureResponse() argument
107 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()
215 String windowTitle = (flg & 0x10) == 0 ? null : in.readString(); in ScrollCaptureResponse() local
225 this.mWindowTitle = windowTitle; in ScrollCaptureResponse()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java5867 || mKeyInterceptionInfo.windowTitle != getWindowTag()) { in getKeyInterceptionInfo()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2892 final String title = info == null ? "<unknown>" : info.windowTitle;