Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DRemoteContentProtectionService.java54 new Intent(ContentCaptureService.PROTECTION_SERVICE_INTERFACE) in RemoteContentProtectionService()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java102 public static final String PROTECTION_SERVICE_INTERFACE = field in ContentCaptureService
253 if (PROTECTION_SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
261 + PROTECTION_SERVICE_INTERFACE in onBind()