Searched refs:RemoteContentProtectionService (Results 1 – 4 of 4) sorted by relevance
38 public class RemoteContentProtectionService class41 private static final String TAG = RemoteContentProtectionService.class.getSimpleName();47 public RemoteContentProtectionService( in RemoteContentProtectionService() method in RemoteContentProtectionService
66 private RemoteContentProtectionService mRemoteContentProtectionService;102 private final class TestRemoteContentProtectionService extends RemoteContentProtectionService {
46 import com.android.server.contentprotection.RemoteContentProtectionService;93 @Mock private RemoteContentProtectionService mMockRemoteContentProtectionService;474 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService()
105 import com.android.server.contentprotection.RemoteContentProtectionService;852 private RemoteContentProtectionService createRemoteContentProtectionService() { in createRemoteContentProtectionService()877 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService()879 return new RemoteContentProtectionService( in createRemoteContentProtectionService()1129 RemoteContentProtectionService service = createRemoteContentProtectionService(); in onLoginDetected()