Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java416 final int clientFlags = context.getFlags(); in handleOnCreateSession() local
418 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_FLAG_SECURE) != 0) { in handleOnCreateSession()
421 if ((clientFlags & ContentCaptureContext.FLAG_DISABLED_BY_APP) != 0) { in handleOnCreateSession()