Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java75 public static final int STATE_WAITING_FOR_SERVER = 0x1; field in ContentCaptureSession
H A DMainContentCaptureSession.java265 mState = STATE_WAITING_FOR_SERVER; in start()