Searched refs:mOffloadWriter (Results 1 – 2 of 2) sorted by relevance
22 private final OffloadWriter mOffloadWriter; field in InterfaceOffloadManager33 mOffloadWriter = offloadWriter; in InterfaceOffloadManager()93 if (!mOffloadWriter.isVendorServiceConnected()) { in applyOffloadIntents()97 Collection<Integer> deleted = mOffloadWriter.deleteOffloadData(mCurrentOffloadKeys); in applyOffloadIntents()99 Collection<Integer> offloaded = mOffloadWriter.writeOffloadData( in applyOffloadIntents()106 if (!mOffloadWriter.isVendorServiceConnected()){ in applyPassthroughIntents()110 Collection<String> deleted = mOffloadWriter.deletePassthroughData( in applyPassthroughIntents()113 Collection<String> added = mOffloadWriter.writePassthroughData( in applyPassthroughIntents()
77 private OffloadWriter mOffloadWriter; field in MdnsOffloadManagerService158 mOffloadWriter = new OffloadWriter(); in onCreate()203 mHandler.post(() -> mOffloadWriter.setOffloadState(!mInjector.isInteractive())); in setupScreenBroadcastReceiver()271 mOffloadWriter.dump(writer); in dump()377 iface -> new InterfaceOffloadManager(iface, mOffloadIntentStore, mOffloadWriter)); in getInterfaceOffloadManager()386 mOffloadWriter.setVendorService(vendorService);387 mOffloadWriter.resetAll();390 mOffloadWriter.applyOffloadState();397 mOffloadWriter.setVendorService(null);413 mOffloadWriter.setOffloadState(false); in onReceive()[all …]