Home
last modified time | relevance | path

Searched refs:RemoteContentProtectionService (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DRemoteContentProtectionService.java37 public class RemoteContentProtectionService class
40 private static final String TAG = RemoteContentProtectionService.class.getSimpleName();
46 public RemoteContentProtectionService( in RemoteContentProtectionService() method in RemoteContentProtectionService
DContentProtectionAllowlistManager.java140 RemoteContentProtectionService remoteContentProtectionService = in handlePackagesChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DRemoteContentProtectionServiceTest.java76 private RemoteContentProtectionService mRemoteContentProtectionService;
140 private final class TestRemoteContentProtectionService extends RemoteContentProtectionService {
DContentProtectionAllowlistManagerTest.java78 @Mock private RemoteContentProtectionService mMockRemoteContentProtectionService;
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java46 import com.android.server.contentprotection.RemoteContentProtectionService;
98 @Mock private RemoteContentProtectionService mMockRemoteContentProtectionService;
632 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java117 import com.android.server.contentprotection.RemoteContentProtectionService;
1000 public RemoteContentProtectionService createRemoteContentProtectionService() { in createRemoteContentProtectionService()
1026 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService()
1028 return new RemoteContentProtectionService( in createRemoteContentProtectionService()
1324 RemoteContentProtectionService service = in onLoginDetected()