Home
last modified time | relevance | path

Searched refs:STATE_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java23 import static android.view.contentcapture.ContentCaptureSession.STATE_INTERNAL_ERROR;
263 setClientState(clientReceiver, STATE_DISABLED | STATE_INTERNAL_ERROR, in startSessionLocked()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java149 public static final int STATE_INTERNAL_ERROR = 0x100; field in ContentCaptureSession
DMainContentCaptureSession.java204 STATE_DISABLED | STATE_INTERNAL_ERROR)); in send()
DMainContentCaptureSessionV2.java219 STATE_DISABLED | STATE_INTERNAL_ERROR)); in send()