Home
last modified time | relevance | path

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

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