Home
last modified time | relevance | path

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

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