Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java304 IContentProtectionAllowlistCallback contentProtectionAllowlistCallback = in setContentCaptureWhitelist() local
307 if (contentCaptureCallback == null && contentProtectionAllowlistCallback == null) { in setContentCaptureWhitelist()
313 if (contentProtectionAllowlistCallback != null) { in setContentCaptureWhitelist()
326 contentProtectionAllowlistCallback.setAllowlist(toList(packages)); in setContentCaptureWhitelist()