Searched refs:mMockContentProtectionService (Results 1 – 1 of 1) sorted by relevance
64 @Mock private IContentProtectionService mMockContentProtectionService; field in RemoteContentProtectionServiceTest80 verifyZeroInteractions(mMockContentProtectionService); in doesNotAutoConnect()99 verify(mMockContentProtectionService).onLoginDetected(events); in onLoginDetected()111 return AndroidFuture.completedFuture(mMockContentProtectionService); in connect()117 job.run(mMockContentProtectionService); in run()