Home
last modified time | relevance | path

Searched refs:QueryTaskConfig (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DQueryTaskConfig.java27 public class QueryTaskConfig { class
36 QueryTaskConfig(int queryMode, int queryIndex) { in QueryTaskConfig() method in QueryTaskConfig
42 QueryTaskConfig(int queryMode) { in QueryTaskConfig() method in QueryTaskConfig
49 public QueryTaskConfig getConfigForNextRun(int queryMode) { in getConfigForNextRun()
51 return new QueryTaskConfig(queryMode, newQueryIndex); in getConfigForNextRun()
DMdnsQueryScheduler.java57 public final QueryTaskConfig config;
62 ScheduledQueryTaskArgs(@NonNull QueryTaskConfig config, long timeToRun, in ScheduledQueryTaskArgs()
99 final QueryTaskConfig lastConfig = mLastScheduledQueryTaskArgs.config; in maybeRescheduleCurrentRun()
125 @NonNull QueryTaskConfig currentConfig, in scheduleNextRun()
153 public ScheduledQueryTaskArgs scheduleFirstRun(@NonNull QueryTaskConfig taskConfig, in scheduleFirstRun()
DMdnsServiceTypeClient.java385 final QueryTaskConfig taskConfig = new QueryTaskConfig(searchOptions.getQueryMode()); in startSendAndReceive()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java579 QueryTaskConfig config = new QueryTaskConfig(searchOptions.getQueryMode()); in testQueryTaskConfig_alwaysAskForUnicastResponse()
604 QueryTaskConfig config = new QueryTaskConfig(searchOptions.getQueryMode()); in testQueryTaskConfig_askForUnicastInFirstQuery()