Home
last modified time | relevance | path

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

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