Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DRemoteContentProtectionService.java25 import android.service.contentcapture.IContentProtectionService;
39 extends ServiceConnector.Impl<IContentProtectionService> {
58 IContentProtectionService.Stub::asInterface); in RemoteContentProtectionService()
69 @NonNull IContentProtectionService service, boolean isConnected) { in onServiceConnectionStatusChanged()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DRemoteContentProtectionServiceTest.java30 import android.service.contentcapture.IContentProtectionService;
64 @Mock private IContentProtectionService mMockContentProtectionService;
109 public synchronized AndroidFuture<IContentProtectionService> connect() { in connect()
115 public boolean run(@NonNull ServiceConnector.VoidJob<IContentProtectionService> job) { in run()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DIContentProtectionService.aidl27 oneway interface IContentProtectionService { interface
H A DContentCaptureService.java205 private final IContentProtectionService mContentProtectionServerInterface =
206 new IContentProtectionService.Stub() {