Searched refs:mOffloadWriter (Results 1 – 2 of 2) sorted by relevance
22 private final OffloadWriter mOffloadWriter; field in InterfaceOffloadManager33 mOffloadWriter = offloadWriter; in InterfaceOffloadManager()88 if (!mOffloadWriter.isVendorServiceConnected()) { in retrieveAndClearMetrics()92 mOffloadWriter.retrieveAndClearMetrics(mCurrentOffloadKeys); in retrieveAndClearMetrics()104 if (!mOffloadWriter.isVendorServiceConnected()) { in applyOffloadIntents()108 Collection<Integer> deleted = mOffloadWriter.deleteOffloadData(mCurrentOffloadKeys); in applyOffloadIntents()110 Collection<Integer> offloaded = mOffloadWriter.writeOffloadData( in applyOffloadIntents()117 if (!mOffloadWriter.isVendorServiceConnected()){ in applyPassthroughIntents()121 Collection<String> deleted = mOffloadWriter.deletePassthroughData( in applyPassthroughIntents()124 Collection<String> added = mOffloadWriter.writePassthroughData( in applyPassthroughIntents()
85 private OffloadWriter mOffloadWriter; field in MdnsOffloadManagerService181 mOffloadWriter = new OffloadWriter(); in onCreate()238 mHandler.post(() -> mOffloadWriter.setOffloadState(!mInjector.isInteractive())); in setupScreenBroadcastReceiver()316 mOffloadWriter.dump(writer); in dump()448 iface -> new InterfaceOffloadManager(iface, mOffloadIntentStore, mOffloadWriter)); in getInterfaceOffloadManager()457 mOffloadWriter.setVendorService(vendorService);458 mOffloadWriter.resetAll();461 mOffloadWriter.applyOffloadState();468 mOffloadWriter.setVendorService(null);485 mOffloadWriter.setOffloadState(false); in onReceive()[all …]