Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java68 public static final int STATE_WAITING_FOR_SERVER = 0x1; field in ContentCaptureSession
DMainContentCaptureSession.java222 mState = STATE_WAITING_FOR_SERVER; in start()