Searched refs:mPassthroughIntents (Results 1 – 1 of 1) sorted by relevance
35 private final List<PassthroughIntent> mPassthroughIntents = new ArrayList<>(); field in OffloadIntentStore135 mPassthroughIntents.add(passthroughIntent); in registerPassthroughIntent()144 return mPassthroughIntents in getPassthroughIntentsForInterface()159 boolean removed = mPassthroughIntents.removeIf( in removePassthroughIntent()185 mPassthroughIntents.forEach(intent -> writer.println("* %s".formatted(intent))); in dump()