Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java112 public static final int STATE_BY_APP = 0x40; field in ContentCaptureSession
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java452 stateFlags |= ContentCaptureSession.STATE_BY_APP; in handleOnCreateSession()