Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java852 private RemoteContentProtectionService createRemoteContentProtectionService() { in createRemoteContentProtectionService() method in ContentCaptureManagerService
871 return createRemoteContentProtectionService(mContentProtectionServiceComponentName); in createRemoteContentProtectionService()
877 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerService
1129 RemoteContentProtectionService service = createRemoteContentProtectionService(); in onLoginDetected()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
H A DContentCaptureManagerServiceTest.java474 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService