Home
last modified time | relevance | path

Searched refs:STATE_FLAG_SECURE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java110 public static final int STATE_FLAG_SECURE = 0x20; field in ContentCaptureSession
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java487 stateFlags |= ContentCaptureSession.STATE_FLAG_SECURE; in handleOnCreateSession()