Home
last modified time | relevance | path

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

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