Searched refs:IContentProtectionService (Results 1 – 4 of 4) sorted by relevance
25 import android.service.contentcapture.IContentProtectionService;39 extends ServiceConnector.Impl<IContentProtectionService> {58 IContentProtectionService.Stub::asInterface); in RemoteContentProtectionService()69 @NonNull IContentProtectionService service, boolean isConnected) { in onServiceConnectionStatusChanged()
30 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()
27 oneway interface IContentProtectionService { interface
205 private final IContentProtectionService mContentProtectionServerInterface =206 new IContentProtectionService.Stub() {