Searched refs:STATE_NO_SERVICE (Results 1 – 2 of 2) sorted by relevance
25 import static android.view.contentcapture.ContentCaptureSession.STATE_NO_SERVICE;277 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()282 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()332 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()337 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()
97 public static final int STATE_NO_SERVICE = 0x10; field in ContentCaptureSession