Searched refs:mCurrentOffloadKeys (Results 1 – 1 of 1) sorted by relevance
23 private final Set<Integer> mCurrentOffloadKeys = new HashSet<>(); field in InterfaceOffloadManager65 mCurrentOffloadKeys.clear(); in onVendorServiceDisconnected()97 Collection<Integer> deleted = mOffloadWriter.deleteOffloadData(mCurrentOffloadKeys); in applyOffloadIntents()98 mCurrentOffloadKeys.removeAll(deleted); in applyOffloadIntents()101 mCurrentOffloadKeys.addAll(offloaded); in applyOffloadIntents()123 mCurrentOffloadKeys.forEach(key -> writer.println("* %d".formatted(key))); in dump()