Searched refs:FLAG_DISABLED_BY_FLAG_SECURE (Results 1 – 4 of 4) sorted by relevance
74 public static final int FLAG_DISABLED_BY_FLAG_SECURE = 0x2; field in ContentCaptureContext95 FLAG_DISABLED_BY_FLAG_SECURE,
843 mFlags |= ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()845 mFlags &= ~ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE; in updateWindowAttributes()
525 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE) != 0) { in handleOnCreateSession()
18113 field public static final int FLAG_DISABLED_BY_FLAG_SECURE = 2; // 0x2