Searched refs:STATE_NO_SERVICE (Results 1 – 2 of 2) sorted by relevance
25 import static android.view.contentcapture.ContentCaptureSession.STATE_NO_SERVICE;289 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()294 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()344 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked()349 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()
120 public static final int STATE_NO_SERVICE = 0x10; field in ContentCaptureSession