Searched refs:onUpdateAllowlistRequest (Results 1 – 6 of 6) sorted by relevance
85 public void onUpdateAllowlistRequest(@NonNull IContentProtectionAllowlistCallback callback) { in onUpdateAllowlistRequest() method in RemoteContentProtectionService86 run(service -> service.onUpdateAllowlistRequest(callback.asBinder())); in onUpdateAllowlistRequest()
151 remoteContentProtectionService.onUpdateAllowlistRequest(mAllowlistCallback); in handlePackagesChanged()
113 public void onUpdateAllowlistRequest() throws Exception { in onUpdateAllowlistRequest() method in RemoteContentProtectionServiceTest116 mRemoteContentProtectionService.onUpdateAllowlistRequest( in onUpdateAllowlistRequest()119 verify(mMockContentProtectionService).onUpdateAllowlistRequest(BINDER); in onUpdateAllowlistRequest()
293 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withService()305 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withServiceException()311 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_withServiceException()340 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_rateLimit_beforeTimeout()357 .onUpdateAllowlistRequest(mMockAllowlistCallback); in handlePackagesChanged_rateLimit_afterTimeout()376 .onUpdateAllowlistRequest(manager.mAllowlistCallback); in handlePackagesChanged_rateLimit_afterUpdate()
32 void onUpdateAllowlistRequest(in IBinder callback); in onUpdateAllowlistRequest() method
231 public void onUpdateAllowlistRequest(IBinder callback) {