Home
last modified time | relevance | path

Searched refs:STATE_NOT_WHITELISTED (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java24 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()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java139 public static final int STATE_NOT_WHITELISTED = 0x200; field in ContentCaptureSession