Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DRemoteContentProtectionService.java38 public class RemoteContentProtectionService class
41 private static final String TAG = RemoteContentProtectionService.class.getSimpleName();
47 public RemoteContentProtectionService( in RemoteContentProtectionService() method in RemoteContentProtectionService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DRemoteContentProtectionServiceTest.java66 private RemoteContentProtectionService mRemoteContentProtectionService;
102 private final class TestRemoteContentProtectionService extends RemoteContentProtectionService {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
H A DContentCaptureManagerServiceTest.java46 import com.android.server.contentprotection.RemoteContentProtectionService;
93 @Mock private RemoteContentProtectionService mMockRemoteContentProtectionService;
474 protected RemoteContentProtectionService createRemoteContentProtectionService( in createRemoteContentProtectionService()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java105 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()