Searched refs:STATE_NO_SERVICE (Results 1 – 2 of 2) sorted by relevance
25 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()
96 public static final int STATE_NO_SERVICE = 0x10; field in ContentCaptureSession