Home
last modified time | relevance | path

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

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