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