Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java484 final int clientFlags = context.getFlags(); in handleOnCreateSession() local
486 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE) != 0) { in handleOnCreateSession()
489 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_APP) != 0) { in handleOnCreateSession()