Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureContext.java74 public static final int FLAG_DISABLED_BY_FLAG_SECURE = 0x2; field in ContentCaptureContext
95 FLAG_DISABLED_BY_FLAG_SECURE,
DContentCaptureManager.java843 mFlags |= ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()
845 mFlags &= ~ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()
/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java525 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE) != 0) { in handleOnCreateSession()
/frameworks/base/core/api/
Dsystem-current.txt18113 field public static final int FLAG_DISABLED_BY_FLAG_SECURE = 2; // 0x2