Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java25 import static android.view.contentcapture.ContentCaptureSession.STATE_NO_SERVICE;
272 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()
277 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()
327 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()
332 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java96 public static final int STATE_NO_SERVICE = 0x10; field in ContentCaptureSession