Searched refs:createRemoteContentProtectionService (Results 1 – 4 of 4) sorted by relevance
126 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 …]
141 mContentCaptureManagerService.createRemoteContentProtectionService(); in handlePackagesChanged()
1000 public RemoteContentProtectionService createRemoteContentProtectionService() { in createRemoteContentProtectionService() method in ContentCaptureManagerService1020 return createRemoteContentProtectionService(componentName, autoDisconnectTimeoutMs); in createRemoteContentProtectionService()1026 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerService1325 createRemoteContentProtectionService(); in onLoginDetected()
632 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService