Searched refs:STATE_NOT_WHITELISTED (Results 1 – 2 of 2) sorted by relevance
24 import static android.view.contentcapture.ContentCaptureSession.STATE_NOT_WHITELISTED;313 setClientState(clientReceiver, STATE_DISABLED | STATE_NOT_WHITELISTED, in startSessionLocked()318 STATE_DISABLED | STATE_NOT_WHITELISTED, serviceComponentName, in startSessionLocked()
139 public static final int STATE_NOT_WHITELISTED = 0x200; field in ContentCaptureSession