Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionAllowlistManagerTest.java126 verify(mMockContentCaptureManagerService).createRemoteContentProtectionService(); in start_firstTime_afterDelay()
142 verify(mMockContentCaptureManagerService).createRemoteContentProtectionService(); in start_secondTime()
188 verify(mMockContentCaptureManagerService).createRemoteContentProtectionService(); in stop_started_afterDelay()
278 verify(mMockContentCaptureManagerService).createRemoteContentProtectionService(); in handlePackagesChanged_noService()
287 when(mMockContentCaptureManagerService.createRemoteContentProtectionService()) in handlePackagesChanged_withService()
301 when(mMockContentCaptureManagerService.createRemoteContentProtectionService()) in handlePackagesChanged_withServiceException()
323 verify(mMockContentCaptureManagerService, times(2)).createRemoteContentProtectionService(); in handlePackagesChanged_rateLimit_noService()
332 when(mMockContentCaptureManagerService.createRemoteContentProtectionService()) in handlePackagesChanged_rateLimit_beforeTimeout()
338 verify(mMockContentCaptureManagerService).createRemoteContentProtectionService(); in handlePackagesChanged_rateLimit_beforeTimeout()
349 when(mMockContentCaptureManagerService.createRemoteContentProtectionService()) in handlePackagesChanged_rateLimit_afterTimeout()
[all …]
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DContentProtectionAllowlistManager.java141 mContentCaptureManagerService.createRemoteContentProtectionService(); in handlePackagesChanged()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1000 public RemoteContentProtectionService createRemoteContentProtectionService() { in createRemoteContentProtectionService() method in ContentCaptureManagerService
1020 return createRemoteContentProtectionService(componentName, autoDisconnectTimeoutMs); in createRemoteContentProtectionService()
1026 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerService
1325 createRemoteContentProtectionService(); in onLoginDetected()
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java632 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService